diff --git a/docs/content/feature/certificate-stores.md b/docs/content/feature/certificate-stores.md index 0ec67881a..7897fb514 100644 --- a/docs/content/feature/certificate-stores.md +++ b/docs/content/feature/certificate-stores.md @@ -192,6 +192,16 @@ certificates are stored, for example: path "secret/fabio/cert/*" { capabilities = ["read"] } + + # To check for kv version in newer vault instances + path "sys/internal/ui/mounts/secret/fabio/certs" { + capabilities = ["read"] + } + + # Allow our own token to be renewed. + path "auth/token/renew-self" { + capabilities = ["update"] + } ##### Example