-
Bug
-
Resolution: Done
-
Critical
-
DO280 - OCP 4.2 1 20200123
-
None
-
en-US (English)
URL:
Reporter RHNID:
Section: -
Language: en-US (English)
Workaround:
Description: Guided Exercise: Configuring Identity Providers
Step 1.2
The htpasswd command populates the htpasswd authentication file, ~/DO280/ labs/auth-provider/temp, with the user names and base64 encoded passwords.
The command used is:
htpasswd -c -B -b ~/DO280/labs/auth-provider/temp admin ${RHT_OCP4_USER_PASSWD}
The hashing algorithm used is bcrypt