--
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/aee2e2b1-d424-43ca-ba2f-f69dd31fc45f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Vishal
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/aee2e2b1-d424-43ca-ba2f-f69dd31fc45f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--vn
1) The password and policies must be set together when using the userpass auth backend. Is there any way to separate the account creation from the policy association for userpass using the HTTP API or any other approach?
2) Given that password and policy must be set together what would be the best practice to add policies to the account if I do not know the password? ( I should not know the password but I should be allowed to add policies)
3) I would like to use vault in this manner:create account1<later>associate policy1 to account1<later>associate policy2 to account1Would the Github auth backend help me in this scenario?
Vishal
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/aee2e2b1-d424-43ca-ba2f-f69dd31fc45f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--vn
--
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 view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/c4b1b15d-5dbc-4f73-8b80-5edd8cf64655%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
Authorization to the endpoint that configures the account, should have access to the password of the account. Actually, this is the same endpoint to reset the password as well. So, a user who can associate a policy to an account can as well reset it. As of now, there is no separate endpoint only to associate the policies to the account without knowing the password. I don't see your need for this use-case.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/CAFy0tpyRD1Y3iDRixpP7DXHrb%3Da8k%2Bh5fprvZk4F69Bx%3DPJurQ%40mail.gmail.com.
--
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/CAORe8GH7kFcOdenU55mQnmB6H2Nkr71yw%3Dc3s8x8%2By%2BZ7hYY7g%40mail.gmail.com.
2) Each user now has an endpoint that their token can be given access
to that allows changing the password associated with their username.
(There is a matching endpoint for policies, but you generally won't
want to give that to unprivileged users; it's meant to delegate to
other admins.)
That endpoint isn't in the default policy unless you've added it.
There is currently no path for the "current" user, but we would like
to enhance ACL functionality in ways that will enable this.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/b6ea76f3-c93c-4722-8ac0-b4e18001e4a2%40googlegroups.com.