yuki / myVault

A web interface for HashiCorp Vault which allow to edit secrets with a Markdown editor
https://yuki.github.io/myVault/
GNU General Public License v3.0
0 stars 0 forks source link

Change get_capabilities function #44

Closed yuki closed 6 years ago

yuki commented 6 years ago

In my stupidity, I have been using "/sys/capabilities" and adding into policies:

path "/sys/capabilities" {
 capabilities = ["update"]
}

when there's a path in the default policy for that, in /sys/capabilities-self.

Change this path, but the most importante thing is to change the documentation in VAULT_config.md