Comment 10 for bug 1931481

Revision history for this message
Mario Chirinos (mario-chirinos) wrote (last edit ): Re: vault: hook failed: "start"

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
}