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
已提问 3 个月前156 查看次数
1 回答
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
专家
已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则