Pull data from AWS Secrets Manager and write it to files.
3.6K
This is intended to run in an initialization container (running to completion before the main workload container starts up), to prepare a shared volume with configuration files, certificates, etc. It pulls the specified secrets from AWS Secrets Manager, and writes them to nominated locations on the filesystem. It will auto-create any intermediate directories required.
This fills a common need when working with Amazon ECS, which is only capable of injecting runtime configuration using environment variables, not files.
For documentation, see: https://github.com/glennschmidt/aws-init-container
Content type
Image
Digest
sha256:3987a1fea…
Size
9.9 MB
Last updated
over 1 year ago
docker pull glenn/aws-init-container