Skip to content

Commit

Permalink
Merge pull request #3 from crowdbotics/PLAT-11574
Browse files Browse the repository at this point in the history
Plat 11574-Update Installation instructions
  • Loading branch information
mirr254 authored Aug 1, 2023
2 parents 5f3aba3 + f1ce2c8 commit 0200cb6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,20 @@ brew install vault vault-cli jq
export VAULT_APP=<APP NAME YOU PICKED>
export VAULT_ADDR="https://${VAULT_APP}.herokuapp.com"

vault init #### stash the output of this command in a safe place!
vault unseal # do this step 3x with different keys
vault status
vault operator init -key-shares=1 -key-threshold=1 #### stash the output of this command in a safe place!

export VAULT_TOKEN=<ROOT TOKEN FROM INIT>
vault write secret/hello value=world
vault read secret/hello
```

### To automatically unseal set

`export VAULT_UNSEAL_KEY=<unseal-key-here>`

Check status

`vault status`


#### Useful Links
Expand Down

0 comments on commit 0200cb6

Please sign in to comment.