doc: explain permissions for Vault sys/capabilties-self

This commit is contained in:
Michelle Noorali 2022-07-06 10:01:30 -04:00 committed by GitHub
parent fe64f8cdd7
commit f227855de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"]
}