Skip to content

Commit

Permalink
doc: explain permissions for Vault sys/capabilties-self
Browse files Browse the repository at this point in the history
  • Loading branch information
michelleN committed Jul 6, 2022
1 parent 154bb23 commit b9e084a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/content/docs/integrations/vault-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ path "auth/token/revoke-accessor" {
}
# Allow checking the capabilities of our own token. This is used to validate the
# token upon startup.
# token upon startup. Note this requires update permissions because the Vault API
# is a POST
path "sys/capabilities-self" {
capabilities = ["update"]
}
Expand Down

0 comments on commit b9e084a

Please sign in to comment.