Last active
February 14, 2020 10:50
-
-
Save AndreiD/6e9850ede15457b71af9b1dc347e0bfa to your computer and use it in GitHub Desktop.
hashicorp_vault_tutorial
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
curl --header "X-Vault-Token: $VAULT_ROOT_TOKEN" \ | |
--request POST \ | |
--data '{"plaintext": "Sm9uLFNub3csNDExMSAxMTExIDExMTEgMTExMSxyZXN0YXVyYW50LCwxODkyMDMwOTAzCg=="}' \ | |
http://127.0.0.1:8200/v1/transit/encrypt/transactions | jq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment