Update vault.mdx (#10679)

pull/10765/head
Fabio Lichinchi 3 years ago committed by Luke Kysow
parent 595a15eaff
commit a1b7e57eb0
No known key found for this signature in database
GPG Key ID: FA168D4DC3F04307

@ -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

Loading…
Cancel
Save