-
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
Prevent group reconciliation for existing users #45612
Prevent group reconciliation for existing users #45612
Conversation
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with |
The PR changelog entry failed validation: Changelog entry not found in the PR body. Please add a "no-changelog" label to the PR, or changelog lines starting with |
a0594d4
to
9aa975b
Compare
36db28d
to
977d91d
Compare
977d91d
to
f079f62
Compare
d24b84f
to
9d1fa34
Compare
@atburke just a bump for whenever you have a few spare cycles 😄 |
59d817e
to
3a23147
Compare
🤖 Vercel preview here: https://docs-24xcpf187-goteleport.vercel.app/docs/ver/preview |
🤖 Vercel preview here: https://docs-7av93y4q7-goteleport.vercel.app/docs/ver/preview |
docs/pages/enroll-resources/server-access/guides/host-user-creation.mdx
Outdated
Show resolved
Hide resolved
The PR changelog entry failed validation: The changelog entry must not contain a Markdown link or image. |
The PR changelog entry failed validation: The changelog entry must not contain a Markdown link or image. |
🤖 Vercel preview here: https://docs-qlksadca2-goteleport.vercel.app/docs/ver/preview |
🤖 Vercel preview here: https://docs-4ikltn5no-goteleport.vercel.app/docs/ver/preview |
docs/pages/enroll-resources/server-access/guides/host-user-creation.mdx
Outdated
Show resolved
Hide resolved
The PR changelog entry failed validation: The changelog entry must not contain a Markdown link or image. |
df6bf75
to
21fbf92
Compare
21fbf92
to
58f676c
Compare
…managed host users and removing any ability for teleport to modify an unmanaged user without explicitly taking ownership first
58f676c
to
d5d176a
Compare
Addresses #45536
Adds a new group called
teleport-managed
which will be assigned to users created inKEEP
mode. This PR also blocksUpsertUser
from taking action unless the user in question has either theteleport-system
group or theteleport-managed
group.changelog: Fixed an issue where Teleport could modify group assignments for users not managed by Teleport. This will require a migration of host users created with
create_host_user_mode: keep
in order to maintain Teleport management. More info can be found at https://goteleport.com/docs/enroll-resources/server-access/guides/host-user-creation/#migrating-unmanaged-users.