-
Notifications
You must be signed in to change notification settings - Fork 153
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
Reminder: Upgrade keycloak client once Backstage supports ESM #47
Comments
split task name into friendly name
…tion FLPATH-809: get the user via Identity API
@davidfestal FYI |
This would also impact the Dynamic backend plugin loading feature as well, which is NodeRequire-based, and has never been tested / validated with ESM modules (direct import or transitive deps). |
This issue has been closed due to the fact that the Janus community is being sunset. For future plugin issues, please use https://github.com/backstage/community-plugins/issues For future showcase issues, please use https://issues.redhat.com/browse/RHIDP For more information on the sunset, see: https://janus-idp.io/blog/2024/07/05/future-of-janus-community |
Closing this as the upgrading keycloak client issue is being tracked under this issue: https://issues.redhat.com/browse/RHIDP-3542 |
Keycloak admin client drops support for CommonJS by
v19
. It's ESM only, causing headaches to many folks:keycloak/keycloak-nodejs-admin-client#523
However the decision is that they won't introduce CommonJS back. Our only hope is for Backstage to fully support ESM.
backstage/backstage#7011
backstage/backstage#8242
backstage/backstage#12218
Related:
The text was updated successfully, but these errors were encountered: