mySQL is not available, I tough it was because of the vault , but maybe is the other way around,
Juju status is attached and here is the vault.hcl content
sudo cat /var/snap/vault/common/vault.hcl
disable_mlock = true storage "mysql" { username = "vault" password = "qWhGtkJT3kdJMx5zqMyFq69jG9BJ5y8J" database = "vault" address = "127.0.0.1:3306" max_connection_lifetime = "3600" } listener "tcp" { address = "[::]:8200" tls_disable = 1 }
# Localhost only listener for charm access to vault. listener "tcp" { address = "127.0.0.1:8220" tls_disable = 1 }
mySQL is not available, I tough it was because of the vault , but maybe is the other way around,
Juju status is attached and here is the vault.hcl content
sudo cat /var/snap/ vault/common/ vault.hcl
disable_mlock = true 5zqMyFq69jG9BJ5 y8J" n_lifetime = "3600"
storage "mysql" {
username = "vault"
password = "qWhGtkJT3kdJMx
database = "vault"
address = "127.0.0.1:3306"
max_connectio
}
listener "tcp" {
address = "[::]:8200"
tls_disable = 1
}
# Localhost only listener for charm access to vault.
listener "tcp" {
address = "127.0.0.1:8220"
tls_disable = 1
}