automatizing everything?
In my project I have a secret token which locallt stored in .env which I don't push to github.
When I push to github, docker image is built and pushed to the dockerhub. If I use github secrets to put that in the docker image, it is stored on docker images which is not safe
currently I pass the secret manually when I try to run docker container, Is there any better way to do that?
Your app in container should query secret vault before launching
Обсуждают сегодня