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.
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).
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