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
posta 3 mesi fa156 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 3 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande