Here is the situation: I created an user 'vault write auth/userpass/users/'username' password='password' policies=default' with default policy and added path "secret/db_pass/*" { capabilities = ["create","read","delete","update","list"] } in the default policy. But when I am trying to access secret/ I am getting an error 'You don't have access to secret/, though I have added permission in the policy file. Am I doing something wrong? Could some gentle soul please help? Let me know if any other information is required.
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/ca531efb-1816-4638-a5bf-1ff677d8d41c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
| Method |
Path | Produces |
|---|---|---|
POST |
/secret/:path |
204 (empty body) |
PUT |
/secret/:path |
204 (empty body) |
| Method | Path | Produces |
|---|---|---|
POST |
/secret/data/:path |
200 application/json |