Challenge 44 ☆☆☆☆
Welcome to challenge Challenge 44.
Find the secret hidden in the WrongSecrets repository. This challenge focuses on Vault.
💡 Look for: Configuration files, source code, environment variables, Docker files, or cloud infrastructure related to this challenge.
Secrets management systems now often have metadata support for their secrets! This is awesome, as it allows you to enrich the secret with contextual data further, making it easier to remember the secret.
But what if you put confidential/secret information into a secret by mistake?
A developer has put secret metadata on a wrongsecret
in Vault. Can you find it?
Tip: take a look at the policies when vault is installed; you can see that the application is only allowed to use the metadata ;-).
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!