Challenge 6 ☆☆
Welcome to challenge Challenge 6.
Find the secret hidden in the WrongSecrets repository. This challenge focuses on Secrets.
💡 Look for: Configuration files, source code, environment variables, Docker files, or cloud infrastructure related to this challenge.
So a ConfigMap did not do the job. But what about a K8s secret in the default namespace without RBAC?
If this challenge is enabled, you are running this from a K8s cluster. Can you use kubectl
to find the secret? Or what about looking at the repository where the cluster is configured by? You might have spotted it as well if the configmap was committed to Git maybe.
Please bare in mind that secerts are base64 encoded before mounted into the workload. We are looking for the decoded variant of the secret ;-).
We are running outside a K8s cluster. Please run this in the K8s cluster as explained in the README.md
There are still supported challenges after this one. Please try another challenge instead!