DEV Community

Discussion on: 3 ways to handle secrets in AWS ECS tasks

Collapse
 
sagarjauhari profile image
Sagar Jauhari

Good question. If you follow one of these approaches, your docker application would be able access these variables in the environment. If it is a python app, you can do os.getenv() or for golang value, exists := os.LookupEnv(key)