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
feita há 3 meses156 visualizações
1 Resposta
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
ESPECIALISTA
respondido há 3 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas