Files
sendico/ci/prod/compose/vault-agent/tron-gateway.hcl
2026-03-16 19:50:05 +01:00

21 lines
334 B
HCL

vault {
address = "{{ env `VAULT_ADDR` }}"
}
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
}
}
}