aws / aws-secretsmanager-agent

The AWS Secrets Manager Agent is a local HTTP service that you can install and use in your compute environments to read secrets from Secrets Manager and cache them in memory.
Apache License 2.0
601 stars 24 forks source link

Provide an official Docker image. #17

Open simonmarty opened 3 months ago

simonmarty commented 3 months ago

Add a Dockerfile and an official image in gallery.ecr.aws. Ensure that the agent can only be called when the container image is configured as a sidecar of another container (through integration tests for example).

Similar issue: #16

exptom commented 2 months ago

Any eta on when an official docker image in the aws gallery might be available?