-
Bug
-
Resolution: Cannot Reproduce
-
Normal
-
None
-
1.2
-
None
-
2
-
False
-
-
False
-
2
-
RHDH Core Team 3259, RHDH Core Team 3260, RHDH Core Team 3261, RHDH Core Team 3262
-
Important
Description of problem:
I am unable to get GitHub auth working on the latest operator. I was able to get it working previously on a version installed via helm chart.
Prerequisites (if any, like setup, operators/versions):
In the current docs I didn't see any mention of GitHub (https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.2/html/administration_guide_for_red_hat_developer_hub/enabling-authentication#proc-adding-azure-as-an-authentication-provider_assembly-install-rhdh-ocp)
However on a google search I was directed to this PR with added similar github docs:
https://redhat-developer.github.io/red-hat-developers-documentation-rhdh/pr-366/
Steps to Reproduce
- Create the github app
- Add the following to the config map:
auth: allowGuestAccess: true environment: development providers: github: development: clientId: id clientSecret: secret callbackUrl: https://URL/api/auth/github/handler/frame signInPage: github
Actual results:
redirected to localhost
Expected results:
Directed to localhost address with that path
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
RHDH Operator 1.2
rhdh-operator.v1.2.0-0.1719307450.p
Additional info (Such as Logs, Screenshots, etc):
Logs don't have anything regarding this issue.