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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南