Grant the vault deployer sudo to enable the oidc auth mount #149
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user