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 154bb23d23
commit b9e084a4b7

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