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

🐛 [BUG] - TeamMembershipUpdater does not run Organization CR changes #565

Closed
IvoGoman opened this issue Sep 10, 2024 · 0 comments · Fixed by #597
Closed

🐛 [BUG] - TeamMembershipUpdater does not run Organization CR changes #565

IvoGoman opened this issue Sep 10, 2024 · 0 comments · Fixed by #597
Assignees
Labels
bug Something isn't working

Comments

@IvoGoman
Copy link
Contributor

Priority

(Low) Something is a little off

Description

After adding a SCIM config to the Organization all Teams in the Organization should be reconciled.
Currently this is not the case, if the config was not present in the beginning then the reconciler exits without requeueing.

Expectation is that all Teams in a Organization's namespace are queued again via a Watch on the Organization.

Reproduction steps

  1. Create an Org without/invalid SCIM config
  2. Create a Team
  3. TeamMembershipUpdater errors out (if a TeamMembership exists the status reflects this)
  4. Update the SCIM Config
  5. The TeamMembershipUpdater is not triggered

Manifests

Screenshots

@IvoGoman IvoGoman added the bug Something isn't working label Sep 10, 2024
@IvoGoman IvoGoman changed the title 🐛 [BUG] - <title> 🐛 [BUG] - TeamMembershipUpdater does not run Organization CR changes Sep 10, 2024
@Zaggy21 Zaggy21 linked a pull request Sep 19, 2024 that will close this issue
26 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants