Update vault.mdx (#10679)

This commit is contained in:
Fabio Lichinchi 2021-07-26 17:16:00 +01:00 committed by GitHub
parent d7f0d31fec
commit ab9008158d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -149,6 +149,14 @@ path "/connect_root/root/sign-intermediate" {
path "/connect_inter/*" {
capabilities = [ "create", "read", "update", "delete", "list" ]
}
path "auth/token/renew-self" {
capabilities = [ "update" ]
}
path "auth/token/lookup-self" {
capabilities = [ "read" ]
}
```
### Consul Managed PKI Paths