chore: fix policies for rpmbuilder

- missed the `/read` on the end
This commit is contained in:
Ben Vincent 2025-11-30 21:24:06 +11:00
parent 3a2ecc9b23
commit 0776fac6eb

View File

@ -2,8 +2,8 @@ resource "vault_approle_auth_backend_role" "rpmbuilder" {
role_name = "rpmbuilder"
bind_secret_id = false
token_policies = [
"kv/service/github/neoloc/tokens/read-only-token",
"kv/service/gitea/unkinben/tokens/read-only-packages",
"kv/service/github/neoloc/tokens/read-only-token/read",
"kv/service/gitea/unkinben/tokens/read-only-packages/read",
]
token_ttl = 30
token_max_ttl = 30