Skip to content

Commit

Permalink
Merge pull request #1846 from mahaputrailhamawal/dev
Browse files Browse the repository at this point in the history
edit: editing hints in challenge47_hint.adoc
  • Loading branch information
commjoen authored Feb 22, 2025
2 parents e678790 + 1db6d0a commit 5adf2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/explanations/challenge47_hint.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This challenge can be solved using the following ways:

- Get the data of the sidecar by looking at the files created by Vault Agent sidecar:
1. Run `kubectl get pods -A` and find secret-challenge-xxx pod name
2. Run `kubectl exec secret-challenge-xxx -c secret-challenge -n default -- cat vault/secrets/challenge46` where `xxx` is the rest of the randomly generated pod name to print the hardcoded value used by the developer.
2. Run `kubectl exec secret-challenge-xxx -c secret-challenge -n default -- cat /vault/secrets/challenge47` where `xxx` is the rest of the randomly generated pod name to print the hardcoded value used by the developer.
- Get the data by checking the logs of the Wrongsecrets pod as the export is being sourced:
1. Run `kubectl get pods -A` and find secret-challenge-xxx pod name
Expand Down

0 comments on commit 5adf2a2

Please sign in to comment.