chore: fix policies for rpmbuilder
- missed the `/read` on the end
This commit is contained in:
parent
3a2ecc9b23
commit
0776fac6eb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user