Cleaned up admin policy.
This commit is contained in:
@@ -32,14 +32,6 @@ path "sys/auth" {
|
||||
capabilities = ["read"]
|
||||
}
|
||||
|
||||
# Enable and manage the key/value secrets engine at `secret/` path
|
||||
|
||||
# List, create, update, and delete key/value secrets
|
||||
# path "secret/*"
|
||||
# {
|
||||
# capabilities = ["create", "read", "update", "delete", "list", "sudo"]
|
||||
# }
|
||||
|
||||
# Manage secrets engines
|
||||
path "sys/mounts/*" {
|
||||
capabilities = ["create", "read", "update", "delete", "list", "sudo"]
|
||||
|
||||
Reference in New Issue
Block a user