I have some questions about the HashiCorp vault.
As I see, this settings 2 HashiCorp configuration (zabbix.com) works, but every time I rebooted the server I have to manually unseal the vault.
How to auto unseal a vault or it is something I missed?
This is my vault.hcl config
As I see, this settings 2 HashiCorp configuration (zabbix.com) works, but every time I rebooted the server I have to manually unseal the vault.
How to auto unseal a vault or it is something I missed?
This is my vault.hcl config
HTML Code:
storage "file" {
path = "/opt/vault/data/"
}
...