Open JohannesWill opened 2 weeks ago
I have prepared a fix for the issue. Should I fix it in this repo or https://github.com/backstage/community-plugins/tree/main/workspaces/keycloak @04kash @AndrienkoAleksandr
Hi @JohannesWill, this plugin has been migrated to https://github.com/backstage/community-plugins/tree/main/workspaces/keycloak and won't be maintained in this repository, so feel free to open a PR with your fix there!
Additionally, could you raise this bug in the https://github.com/backstage/community-plugins repo and close this one?
Describe the bug
I have setup the Keycloak backend plugin by following the steps given on below this link - https://janus-idp.io/plugins/keycloak/ .
Syncing the users and Groups will overload our Keycloak instance by doing many parrallel requests
Expected Behavior
What are the steps to reproduce this bug?
Versions of software used and environment @janus-idp/backstage-plugin-keycloak-backend": "^2.0.8",
Backstage - 1.30.4 (create-app@0.5.18)
Temporary Workaround: During investigation of that problem I used patch-package to patch
@janus-idp/backstage-plugin-keycloak-backend@2.0.8
for the project I'm working on. With that pacht, where I serialized the calls to Keycloak, the problem is not reproduceable anymore.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.