-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[v15] Update host user groups for existing users (#41919) #42884
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gabrielcorado
approved these changes
Jun 12, 2024
rosstimothy
approved these changes
Jun 12, 2024
public-teleport-github-review-bot
bot
removed the request for review
from timothyb89
June 12, 2024 22:12
This change fixes a bug in host user creation where Teleport would not update the groups of a returning user if groups were changed in the user's role.
atburke
force-pushed
the
atburke/v15/host-user-groups
branch
from
June 14, 2024 16:27
aed92d4
to
745e5d6
Compare
Merged
rosstimothy
added a commit
that referenced
this pull request
Aug 6, 2024
Includes a new benchmark test meant to cover the performance regression introduced in #42884. A few additional tweaks to the ssh test suite were required to use the same fixtures in bechmark and unit tests.
rosstimothy
added a commit
that referenced
this pull request
Aug 6, 2024
Includes a new benchmark test meant to cover the performance regression introduced in #42884. A few additional tweaks to the ssh test suite were required to use the same fixtures in benchmark and unit tests.
Merged
rosstimothy
added a commit
that referenced
this pull request
Aug 7, 2024
Includes a new benchmark test meant to cover the performance regression introduced in #42884. A few additional tweaks to the ssh test suite were required to use the same fixtures in benchmark and unit tests.
rosstimothy
added a commit
that referenced
this pull request
Aug 7, 2024
Includes a new benchmark test meant to cover the performance regression introduced in #42884. A few additional tweaks to the ssh test suite were required to use the same fixtures in benchmark and unit tests.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 7, 2024
Includes a new benchmark test meant to cover the performance regression introduced in #42884. A few additional tweaks to the ssh test suite were required to use the same fixtures in benchmark and unit tests.
github-actions bot
pushed a commit
that referenced
this pull request
Aug 7, 2024
Includes a new benchmark test meant to cover the performance regression introduced in #42884. A few additional tweaks to the ssh test suite were required to use the same fixtures in benchmark and unit tests.
github-actions bot
pushed a commit
that referenced
this pull request
Aug 7, 2024
Includes a new benchmark test meant to cover the performance regression introduced in #42884. A few additional tweaks to the ssh test suite were required to use the same fixtures in benchmark and unit tests.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 7, 2024
Includes a new benchmark test meant to cover the performance regression introduced in #42884. A few additional tweaks to the ssh test suite were required to use the same fixtures in benchmark and unit tests.
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 7, 2024
Includes a new benchmark test meant to cover the performance regression introduced in #42884. A few additional tweaks to the ssh test suite were required to use the same fixtures in benchmark and unit tests.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport #41919 to branch/v15
Changelog: Fixed updating groups for Teleport-created host users