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 nil user group entries. #29325

Merged
merged 2 commits into from
Jul 19, 2023
Merged

Conversation

mdwn
Copy link
Contributor

@mdwn mdwn commented Jul 19, 2023

When user groups are being looked up while listing applications if a user group is missing from the lookup, the previous logic would inadvertently leave nil user groups if the lookup failed. This has been corrected to ensure that no nil entries end up in the user group lookup.

When user groups are being looked up while listing applications if a user
group is missing from the lookup, the previous logic would inadvertently
leave nil user groups if the lookup failed. This has been corrected to ensure
that no nil entries end up in the user group lookup.
lib/web/apps.go Show resolved Hide resolved
@mdwn mdwn enabled auto-merge July 19, 2023 19:18
@mdwn mdwn added this pull request to the merge queue Jul 19, 2023
Merged via the queue into master with commit f30ed72 Jul 19, 2023
21 checks passed
@mdwn mdwn deleted the mike.wilson/user-groups-lookup-bugfix branch July 19, 2023 20:02
@public-teleport-github-review-bot

@mdwn See the table below for backport results.

Branch Result
branch/v13 Create PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants