How to retrieve specific values from AWS Secret Manager in a Dockerfile?

0

How to elegantly retrieve a specific value from AWS Secret Manager within a Dockerfile?

KARTHIK
asked 3 months ago146 views
1 Answer
1

Hi,

Do you really want to inject those data statically into the image definition ? (it may create a vulnerability)

Usually, it's better from a security standpoint to access them at runtime: the various methods are described here https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data.html

Best,

Didier

profile pictureAWS
EXPERT
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions