We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In setup.sh, we should now be using vault operator init instead of vault init and vault operator unseal instead of vault unseal.
vault operator init
vault init
vault operator unseal
vault unseal
The text was updated successfully, but these errors were encountered:
Hi, @linucksrox. Good point! I'm currently writing some new blog posts (https://www.marcolancini.it/offensive-infrastructure/) that will give me the chance to overhaul this setup as well. Expect an update soon
Sorry, something went wrong.
Sweet! I look forward to checking that out as you get it written.
Oops, I didn't mean to close this
No branches or pull requests
In setup.sh, we should now be using
vault operator init
instead ofvault init
andvault operator unseal
instead ofvault unseal
.The text was updated successfully, but these errors were encountered: