Marcus Meissner
cab6b340bf
OBS-URL: https://build.opensuse.org/package/show/security/openbao?expand=0&rev=1
19 lines
334 B
Plaintext
19 lines
334 B
Plaintext
vault {
|
|
address = "https://openbao.example.org:8200"
|
|
tls_skip_verify = false
|
|
}
|
|
|
|
auto_auth {
|
|
method {
|
|
type = "token_file"
|
|
config = {
|
|
token_file_path = "/var/lib/openbao/.vault-token"
|
|
}
|
|
}
|
|
sink "file" {
|
|
config = {
|
|
path = "/var/lib/openbao/vault-token-via-agent"
|
|
}
|
|
}
|
|
}
|