Skip to content

feat: remove user from groups on org membership delete #14701

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

Merged
merged 3 commits into from
Sep 18, 2024

Conversation

Emyrk
Copy link
Member

@Emyrk Emyrk commented Sep 17, 2024

Groups inherently provide authz access to certain resources. If a
user is removed from an organization, they should be removed
from all their groups in said organization.

Closes #14686

Groups inherently provide authz access to certain resources. If a
user is removed from an organization, they should be removed
from all their groups in said organization.
@Emyrk Emyrk force-pushed the stevenmasley/remove_groups_on_member branch from ffde200 to b0fc5db Compare September 18, 2024 00:16
@Emyrk Emyrk merged commit 1e5438e into main Sep 18, 2024
26 checks passed
@Emyrk Emyrk deleted the stevenmasley/remove_groups_on_member branch September 18, 2024 00:41
@github-actions github-actions bot locked and limited conversation to collaborators Sep 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When a user is removed from an org they are also removed from all groups in that org
2 participants