-
Notifications
You must be signed in to change notification settings - Fork 20
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
Make realm seeding job faster #238
Comments
* feat(keycloak): adjust token handling Refs: eclipse-tractusx/portal-iam#238 * fix review findings * fix sonar findings --------- Co-authored-by: Norbert Truchsess <[email protected]> Reviewed-by: Norbert Truchsess <[email protected]>
Hi @Phil91 adjusting the token handling did significantly improve the speed the of the iam seeding job: While testing, I was now able to import the CX-Central realm in just under 30 seconds. Great! |
Wow that's awesome (: |
fine for me :) |
Description
Depending on the size of the seeded realm the seeding job takes quite long to complete.
The realms in the sharedidp are seeded quite fast, normally under a minute.
But the CX-Central realm in the centralidp takes up to three minutes.
Additional Information
Refers to v4.0.0
The text was updated successfully, but these errors were encountered: