Update vault.mdx (#10679)

This commit is contained in:
Fabio Lichinchi 2021-07-26 17:16:00 +01:00 committed by GitHub
parent 2cb05c41ff
commit b408bcfa39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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