mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 09:11:30 -05:00
update
This commit is contained in:
parent
d18d64f0eb
commit
685dcde9c3
1 changed files with 8 additions and 0 deletions
|
|
@ -76,6 +76,14 @@ vault:
|
|||
tls_disable = "true"
|
||||
}
|
||||
|
||||
seal "transit" {
|
||||
address = "http://192.168.20.253:8201"
|
||||
disable_renewal = "false"
|
||||
key_name = "autounseal"
|
||||
mount_path = "transit/"
|
||||
tls_skip_verify = "true"
|
||||
}
|
||||
|
||||
storage "raft" {
|
||||
path = "/vault/data"
|
||||
retry_join {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue