Challenge 8 ☆☆
Welcome to challenge Challenge 8.
Find the secret hidden in the WrongSecrets repository. This challenge focuses on Logging.
💡 Look for: Configuration files, source code, environment variables, Docker files, or cloud infrastructure related to this challenge.
Sometimes, we need to have a secret that is randomly generated at startup. Maybe you have encountered them already: applications that generate a password for first login and print that to standard out. One example is Jenkins.
In this challenge, we will do the same thing: we randomly generate a secret at the startup of the application and log it to standard out. Can you find the answer? How can we use this on the next startup ;-)?
Tip: take a look at the logging of the application at startup!