Cleaned up admin policy.

This commit is contained in:
2026-01-19 20:42:56 +01:00
parent 5050963cd5
commit 6c5323025b

View File

@@ -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"]