--
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 post to this group, send email to vault...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/084e5783-ad4b-4fe1-9102-35ee52e7724d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hey Gary,I agree it would be useful for us to put together a bit more of a sequential getting started guide.In the mean time, based on where you are:1) Setup AppID backend (https://vaultproject.io/docs/auth/app-id.html)You will need to enable the AppID backend and configure it. This is not enabled by default.The guide at the bottom of the page should help.2) Next you should define a set of policies based on roles (e.g. what does the web serverhave access to, what do operators have access to, etc). There is more info here:3) Lastly, reading and writing secrets depends on the type of secret backend used.The “generic” backend is the simplest, and there is a guide on it here:Hope that helps!Best Regards,Armon Dadgar
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/51a02d76-ae0f-437b-b9c0-af31fbc0dd32%40googlegroups.com.
Hey Gary,
We had a simple one working, but it wasn’t where we wanted it to be for public release.It’s on the roadmap, but there is no definite timeline.Best Regards,Armon Dadgar
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/63d80b58-3f30-4715-8afb-bb5a1ced0758%40googlegroups.com.
Hey Gary,I agree it would be useful for us to put together a bit more of a sequential getting started guide.In the mean time, based on where you are:1) Setup AppID backend (https://vaultproject.io/docs/auth/app-id.html)You will need to enable the AppID backend and configure it. This is not enabled by default.The guide at the bottom of the page should help.2) Next you should define a set of policies based on roles (e.g. what does the web serverhave access to, what do operators have access to, etc). There is more info here:3) Lastly, reading and writing secrets depends on the type of secret backend used.The “generic” backend is the simplest, and there is a guide on it here:Hope that helps!Best Regards,Armon Dadgar
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/08de18d3-f84d-402f-8fb8-c331f6c12b61%40googlegroups.com.
[.. snip ..]
If I attempt to post with the k/v app_id and user_id, I receive the following:{errors:[1]0: "invalid character 'a' looking for beginning of value"-}
[.. snip ..]