-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
1.5.0, 1.5.1, 1.6.0
-
1
-
False
-
-
False
-
Release Note Not Required
-
-
-
RHDH F&UI plugins 3273
-
Low
After installing Red Hat Developer hub and creating an instance, the user can go to the URL and be presented with the guest or authenticated login. When Authentication is not set up, the page informs the user that they need to use the app-config.yaml file to specify the auth provider.
It's not clear where the file is or which config map to edit. This should be specified in that message. While the documentation has this, providing the information in the same message and a link to our documentation would be helpful.
-
-
-
- Message user Sees ####
Open app-config.yaml and make the changes as highlighted below:
- Message user Sees ####
-
-
1auth:2 providers:3 google:4 development:5 clientId: ${AUTH_GOOGLE_CLIENT_ID}6 clientSecret: ${AUTH_GOOGLE_CLIENT_SECRET}7Read More