-
Notifications
You must be signed in to change notification settings - Fork 0
Control Center v2 #441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Control Center v2 #441
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR prepares the app for the v2 domain configuration by updating the Keycloak client library and adding a feature flag in the production environment.
- Bump
keycloak-jsfrom^20.0.5to^26.2.0 - Add
domain2flag in production environment
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updated keycloak-js dependency to v26.2.0 |
| apps/control-center/src/environments/environment.prod.ts | Introduced domain2 feature flag for v2 domain |
Comments suppressed due to low confidence (1)
apps/control-center/src/environments/environment.prod.ts:8
- [nitpick] The feature flag name
domain2is ambiguous. Consider renaming it to something more descriptive likeenableDomainV2to clarify its purpose.
domain2: true,
No description provided.