This commit is contained in:
ducoterra
2021-05-20 12:58:44 -04:00
commit e67d6804b3
8 changed files with 330 additions and 0 deletions

11
policies/ducoterra.hcl Normal file
View File

@@ -0,0 +1,11 @@
path "totp/keys/*" {
capabilities = ["update"]
}
path "totp/code/*" {
capabilities = ["read"]
}
path "secret/*" {
capabilities = ["create", "read", "update", "delete", "list"]
}