Add the ability to sign certs to cert-manager vault policy
This commit is contained in:
parent
f375f77a85
commit
56358bec46
1 changed files with 3 additions and 0 deletions
|
@ -7,3 +7,6 @@ path "kv/data/namecheap" {
|
||||||
path "kv/data/aws" {
|
path "kv/data/aws" {
|
||||||
capabilities = ["read"]
|
capabilities = ["read"]
|
||||||
}
|
}
|
||||||
|
path "pki_int/sign/masked-dot-name" {
|
||||||
|
capabilities = [ "create", "read", "list", "update" ]
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue