Grant the vault deployer sudo to enable the oidc auth mount #149

Merged
benvin merged 1 commits from benvin/sys-auth-oidc-grant into master 2026-08-31 22:21:02 +10:00
+18
View File
@@ -8,6 +8,24 @@ rules:
- delete
- read
- list
# Enabling/tuning an auth mount is sudo-protected, and an exact path match
# wins over the wildcard above, so both rules repeat the full capability set.
- path: "sys/auth/oidc"
capabilities:
- create
- update
- delete
- read
- list
- sudo
- path: "sys/auth/oidc/tune"
capabilities:
- create
- update
- delete
- read
- list
- sudo
auth:
approle: