Grant the vault deployer auth/oidc and identity group capabilities #148
Reference in New Issue
Block a user
Delete Branch "benvin/oidc-deployer-grants"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
AppRole capabilities are fixed at login, so the deployer needs
auth/oidc/*and identity-group grants in an apply that precedes the one creating those resources.How
policies/auth/oidc/admin.yaml: fullauth/oidc/*administration (mount config and login roles), mirroringpolicies/auth/ldap/admin.yaml.policies/identity/group/admin.yaml: manage external identity groups, group aliases andidentity/lookup/group, on both the collection and per-id endpoints.tf_vaultapprole and thewoodpecker_terraform_vaultk8s role.Apply before #147.