mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
Update vault.mdx (#10679)
This commit is contained in:
parent
2cb05c41ff
commit
b408bcfa39
@ -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…
x
Reference in New Issue
Block a user