Skip to content

Commit

Permalink
Merge pull request #1060 from hrobertson/patch-1
Browse files Browse the repository at this point in the history
Add missing --encrypt flag from Vault example
  • Loading branch information
hiddeco authored Aug 14, 2023
2 parents cc30d49 + 208c7da commit 2d92659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ To easily deploy Vault locally: (DO NOT DO THIS FOR PRODUCTION!!!)
$ vault write sops/keys/thirdkey type=chacha20-poly1305
Success! Data written to: sops/keys/thirdkey
$ sops --hc-vault-transit $VAULT_ADDR/v1/sops/keys/firstkey vault_example.yml
$ sops --encrypt --hc-vault-transit $VAULT_ADDR/v1/sops/keys/firstkey vault_example.yml
$ cat <<EOF > .sops.yaml
creation_rules:
Expand Down

0 comments on commit 2d92659

Please sign in to comment.