Hi everyone
I finished the lab for Authentication and Authorization but during grading it was claimed that the new leaders were not able to login. When I execute the login it is working fine. Maybe I am missing something but I think I configured the correct password. Anyone else had that happening to them?
Here's an example with the new_admin user:
Thanks for your question! Let me review this in detail, and I’ll update you shortly.
@Marinolino I just did the authorization part of this lab and validated it against the lab grading and seems it works fine :
I just rechecked this on my environment. All my HTPasswd users (new_admin, leader, new_developer, tester) show up under oc get users. The grading script passed without any failures.
Check by manually logging in as each of the HTPasswd users to ensure that OpenShift recognizes them. You should run oc login -u new_admin -p 'L@bR3v!ew', oc login -u leader -p 'L@bR3v!ew', oc login -u new_developer -p 'L@bR3v!ew', and oc login -u tester -p 'L@bR3v!ew'. After each login, confirm that the login is successful. Once all users have logged in at least once, you can verify their existence with oc get users —> you should see new_admin, leader, new_developer, and tester listed. After completing these steps, re-run the grading script with lab grade auth-review.
Thank you @shashi01 and @Chetan_Tiwary_ for checking. Maybe it was a glitch. Once I have a free moment I'll give the lab another quick try to see if that happens again.
@Marinolino sure, if you face this issue again, please let me know.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.