Skip to content

Instantly share code, notes, and snippets.

@fvoges
Created March 1, 2023 14:58
Show Gist options
  • Save fvoges/567cf79050df3cdeb6d9ef4139f77b04 to your computer and use it in GitHub Desktop.
Save fvoges/567cf79050df3cdeb6d9ef4139f77b04 to your computer and use it in GitHub Desktop.
Vault ACL Policy to allow enabling only k8s auth method
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