-
Story
-
Resolution: Done
-
Major
-
DO280 - Early Access
-
None
-
ROLE
-
en-US (English)
URL: https://rol.redhat.com/rol-stage/app/courses/do280ea-4.5/pages/ch04s06
Reporter RHNID: rht-anhernan
Section: authorization-scc-practice - Guided Exercise: Controlling Application Permissions with Security Context Constraints (SCC)
Language: en-US (English)
Workaround:
Description: On 5.3 "Verify that the gitlab application is answering HTTP queries."
Consider adding a -L flag to the curl command so it follows the HTTP redirections:
curl -sL http://gitlab-authorization-scc.apps.ocp4.example.com/ | grep title
That way you can point curl to the web root and catch the same content, the command is shorter and easier to understand if the -L flag is clarified