add auto init/unseal for vault

This commit is contained in:
2024-05-06 00:00:46 +03:00
parent e6689a1dda
commit 0d15ebc2b2
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{
"keys": [
{{- range $index, $key := .Modules.SecretsStorage.UnsealKeys }}
"{{ $key }}",
{{- end }}
],
"root_token": "{{ .Modules.SecretsStorage.RootToken }}"
}