Skip to content
Snippets Groups Projects
Commit 6e13097a authored by Georgi Michev's avatar Georgi Michev
Browse files

update Vault instructions

parent dea5f41a
Branches
No related tags found
1 merge request!26update Vault instructions
......@@ -123,8 +123,18 @@ ENV variable VAULT_TOKEN in [signer.env](./env/signer.env)
Vault UI is exposed at http://0.0.0.0:8200/ui/vault
Setting Vault __(only for local env)__:
1. On the first screen of the Vault Web UI enter "Key shares" = 1 and "Key threshold" = 1
1. Click Initialize
1. Save key/token
1. Unseal Vault by using the key
1. Sign in by using the token (the same one you need for VAULT_TOKEN env variable)
1. On the "Secrets" tab click "Enable new engine" => "transit" => "next" => "Enable engine"
1. Click "Create encryption key" enter name "key1"
1. For "Type" use one of the options in [signer.env](./env/signer.env) for VAULT_SUPPORTED_KEYS
1. Click "Create encryption key"
## License
<hr/>
[Apache 2.0 license](LICENSE)
\ No newline at end of file
[Apache 2.0 license](LICENSE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment