Challenge 46 ☆☆☆☆
Welcome to challenge Challenge 46. You need to guess the secret that is hidden in Java, Docker, Kubernetes, Vault, AWS or GCP.
Secrets can be retrieved from Vault using the Vault Agent sidecar container, which runs alongside your main application container. This sidecar can inject the secrets into your applications environment.
One way to do this, is by means of rendering the secrets as a file. The file can then be picked up by your target application. However, in this case, the developer was unsure if the file was picked up, so instead of exporting the secret as an env-var, he echo
-ed them.
Can you find the secret injected into application environment?
We are running outside a properly configured Cloud environment. Please run this in an AWS/Azure/GCP environment as explained in the README.md
There are still supported challenges after this one. Please try another challenge instead!