Which path and capability needed to enable secret engine?
- Expectation is:
For example,
path "/mysecret/*" {
["create", "read", "update", "delete", "list", "sudo"]
}
If I have this policy, then I can enable any secret engine on /mysecret/* path.
But now permission denied.