init
This commit is contained in:
11
policies/ducoterra.hcl
Normal file
11
policies/ducoterra.hcl
Normal file
@@ -0,0 +1,11 @@
|
||||
path "totp/keys/*" {
|
||||
capabilities = ["update"]
|
||||
}
|
||||
|
||||
path "totp/code/*" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
|
||||
path "secret/*" {
|
||||
capabilities = ["create", "read", "update", "delete", "list"]
|
||||
}
|
||||
Reference in New Issue
Block a user