mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
Add sys/renew to default policy
This commit is contained in:
parent
031437a98f
commit
5e9d7e2c8f
1 changed files with 4 additions and 0 deletions
|
|
@ -300,6 +300,10 @@ path "cubbyhole" {
|
|||
path "sys/capabilities-self" {
|
||||
capabilities = ["update"]
|
||||
}
|
||||
|
||||
path "sys/renew/*" {
|
||||
capabilities = ["update"]
|
||||
}
|
||||
`)
|
||||
if err != nil {
|
||||
return errwrap.Wrapf("error parsing default policy: {{err}}", err)
|
||||
|
|
|
|||
Loading…
Reference in a new issue