Compare commits

..

No commits in common. "26b3ee84d611ac8a9b9245dad69bcff4077a4b23" and "3a2ecc9b2386a6a56a2d1e30268d5e51aa56886e" have entirely different histories.

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/read",
"kv/service/gitea/unkinben/tokens/read-only-packages/read",
"kv/service/github/neoloc/tokens/read-only-token",
"kv/service/gitea/unkinben/tokens/read-only-packages",
]
token_ttl = 30
token_max_ttl = 30