Created
March 1, 2023 14:58
-
-
Save fvoges/567cf79050df3cdeb6d9ef4139f77b04 to your computer and use it in GitHub Desktop.
Vault ACL Policy to allow enabling only k8s auth method
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
path "sys/auth/*" { | |
capabilities = ["create","update"] | |
allowed_parameters = { | |
"type" = ["kubernetes"] | |
"*" = [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment