Sign inSign up

realestate/shush

By realestate

Updated 9 days ago

"shush" eases management of secrets, via the AWS "Key Management Service" (KMS)

Image
0

500K+

realestate/shush repository overview

"shush" enables encryption and decryption of small amounts of data (up to 4 KB) using KMS. It's a Go binary: more details at https://github.com/realestate-com-au/shush

This image wraps "shush" for ease of distribution. If you wish to use it interactively, remember to pass in the environment variables required to authenticate to AWS, e.g.

$ echo secret | docker run --rm -i \
  -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN \
  -e AWS_DEFAULT_REGION \
  realestate/shush encrypt alias/app-secrets

Tag summary

Content type

Image

Digest

sha256:62744e3b7

Size

10.2 MB

Last updated

9 days ago

docker pull realestate/shush