fixed secrets path
Some checks failed
ci/woodpecker/push/db Pipeline failed

This commit is contained in:
Stephan D
2025-11-07 11:36:54 +01:00
parent d17996973e
commit ae310632a1

View File

@@ -5,8 +5,8 @@ auto_auth {
method "approle" {
mount_path = "auth/approle"
config = {
role_id_file_path = "/vault/role_id"
secret_id_file_path = "/vault/secret_id"
role_id_file_path = "/vault/secrets/role_id"
secret_id_file_path = "/vault/secrets/secret_id"
}
}
sink "file" { config = { path = "/vault/token" } }