"shush" eases management of secrets, via the AWS "Key Management Service" (KMS)
500K+
"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
Content type
Image
Digest
sha256:62744e3b7…
Size
10.2 MB
Last updated
9 days ago
docker pull realestate/shush