Skip to content

Instantly share code, notes, and snippets.

@cedricvidal
Created April 23, 2017 13:57
Show Gist options
  • Save cedricvidal/4d9e9d63ca70d1952b2dbf032a1dbdc8 to your computer and use it in GitHub Desktop.
Save cedricvidal/4d9e9d63ca70d1952b2dbf032a1dbdc8 to your computer and use it in GitHub Desktop.
cat image.jpg | base64 | vault write /secret/image.jpg value=-
vault read -format=raw -field=value /secret/image.jpg | base64 --decode > image.out.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment