fixup config files and policies

This commit is contained in:
ducoterra
2021-07-13 18:08:43 -04:00
parent 6fd29d2a4b
commit 5bbe8337c0
4 changed files with 12 additions and 3 deletions

View File

@@ -13,3 +13,11 @@ path "secret/*" {
path "dnet_inter/*" {
capabilities = ["create", "read", "update", "delete", "list"]
}
path "ssh-client-signer/*" {
capabilities = ["create", "read", "update", "delete", "list"]
}
path "ssh-host-signer/*" {
capabilities = ["create", "read", "update", "delete", "list"]
}