Files
sendico/ci/prod/compose/vault-agent/bff.hcl
2026-03-01 02:04:15 +01:00

22 lines
337 B
HCL

vault {
address = "https://vault.sendico.io"
}
auto_auth {
method "approle" {
mount_path = "auth/approle"
config = {
role_id_file_path = "/run/vault/role_id"
secret_id_file_path = "/run/vault/secret_id"
}
}
sink "file" {
config = {
path = "/run/vault/token"
mode = 0600
}
}
}