fix(deploy): correct stage OIDC URL configuration for Dev UI#434
fix(deploy): correct stage OIDC URL configuration for Dev UI#434
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughA ConfigMap patch for the Kartograph staging overlay updates Keycloak settings: Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
27b713a to
e82e4a2
Compare
e82e4a2 to
89d4c38
Compare
…434) Co-authored-by: jsell-rh <jsell@redhat.com>
…434) Co-authored-by: jsell-rh <jsell@redhat.com>
Summary
https://auth.stage.redhat.com/auth/realms/EmployeeIDP/realms/kartograph(double/realms/)https://auth.stage.redhat.com/auth/realms/EmployeeIDPRoot Cause
The stage configmap had the full issuer URL in
DEV_UI_KEYCLOAK_URLwhileuseAuth.tsappends/realms/${realm}to that value. Local dev worked because it uses just the base URL (http://keycloak:8080).Summary by CodeRabbit