You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a challenge for docker compose setup, where the compose secret is hardcoded inside teh docker compose yml
TODO:
Implement a docker-compose setup for wrongsecrets with the secret as an env var, add the compose file to the repo
implement the challenge according to contributing.md, but make sure we read the challenge from the file so we can play the challenge without the need to actually use teh docker-compose setup.
The text was updated successfully, but these errors were encountered:
note: the docker-compose file and its env should only be used to showcase that the problem is real ;-), we should just make it work from a docker perspective.
The .env file will have to be copied into the container to "Fake" it i guess. (And we need to explain in the code as a doc why we do it)
Create a challenge for docker compose setup, where the compose secret is hardcoded inside teh docker compose yml
TODO:
The text was updated successfully, but these errors were encountered: