-
-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Challenge 2 correct? #32
Comments
Same for challenge 3 btw |
Challenge 3 should probably check if you are running the application in a Docker container (which you can do by looking for Otherwise the challenge can only be solved by putting in the wrong answer. or mention in the challenge that you need to start the Docker container. |
Given below it always seems to work from the docker container.
|
would #33 be enough? or should we have a default value in the application.properties saying "if_you_see_this_please_use_docker_instead" ? Same for k8s based: "if_you_see_this_please_use_k8s" Same for vault based: "if_you_see_this_please_use_K8S_and_Vault" Same for AWS based: "if_you_see_this_please_use_AWS_Setup" |
…where they should be used , see #32
with 0.1.0c when running it from Intellij Idea: ➜ wrongsecrets git:(test_new_containers) http get http://localhost:8080/spoil-2
HTTP/1.1 200
Connection: keep-alive
Content-Language: nl-NL
Content-Type: text/html;charset=UTF-8
Date: Wed, 27 Oct 2021 21:01:20 GMT
Keep-Alive: timeout=60
Transfer-Encoding: chunked
<!DOCTYPE HTML>
<html>
<head>
<title>Getting Started: Handling Form Submission</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<h1>Spoiling secret</h1>
<p>if_you_see_this_please_use_docker_instead</p>
There are 10 challenges (/challenge/1-11), can you solve them all?
</body>
</html> |
Added docker detection to #34, can you please have a look if all the controls together resolve this issue for you :)? |
Challenge mentions:
The Docker argument passed does not solve the challenge (only the one in application.properties) which is I guess reading the challenge text not the proposed way it should work. There is a mismatch between the two
The text was updated successfully, but these errors were encountered: