mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
doc: explain permissions for Vault sys/capabilties-self
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user