Skip to content
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

fix: create reconciler if new sub resources are added #344

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

raffis
Copy link
Member

@raffis raffis commented Dec 6, 2024

Current situation

No reconciler is created until spec.interval is reached (if set) if a new keycloakclient or user have been added.
This is because the controller does not create it on purpose to avoid an infite reconcile loop.

Proposal

This does not happen if the realm itself is changed. The problem is that curently for this check the realm generation is used however
this does not change for added/changed clients nor users.

This pr adds a checkum field which is now used for this check instead.

@raffis raffis requested a review from a team as a code owner December 6, 2024 10:33
@github-actions github-actions bot added the size/S label Dec 6, 2024
@raffis raffis merged commit f0c9742 into master Dec 6, 2024
20 checks passed
@raffis raffis deleted the fix-ratelimitng branch December 6, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants