diff --git a/src/templates/vault.hcl.j2 b/src/templates/vault.hcl.j2 index ec01787..8f23723 100644 --- a/src/templates/vault.hcl.j2 +++ b/src/templates/vault.hcl.j2 @@ -17,6 +17,7 @@ storage "mysql" { password = "{{ mysql_db_relation.password() }}" database = "{{ mysql_db_relation.database() }}" address = "{{ mysql_db_relation.db_host() }}:3306" + max_connection_lifetime = "3600" } {%- endif %} {%- if etcd_conn %}