-
-
Save sureshshrestha/42baf327b9d02629ea57d6ee0d0e4292 to your computer and use it in GitHub Desktop.
Vault notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Start vault | |
$ vault server -dev | |
2. Fetch data | |
$ vault kv get secret/password | |
3. Add data from file | |
$ vault kv put secret/password value=@laudio_admin.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment