Challenge 48 ☆☆
Welcome to challenge Challenge 48.
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.
In this challenge, you will explore the usage of kubernetes Sealed Secret. Sealed Secrets are a way to encrypt your Kubernetes secrets and store them safely, even in a public repository. However, improper handling of these secrets can still pose a security risk.
A Developer has accidentally made the private key for decrypting the sealed secrets accessible within the same repository that contains the sealed secret. Your task is to find and decrypt teh sealed secret using the accessible private key.
Can you find and decrypt the sealed secret to reveal the sensitive information?
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!