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

[v14] Correctly reissue certificates for leaf resources in tsh proxy kube #41157

Merged
merged 1 commit into from
May 2, 2024

Conversation

rosstimothy
Copy link
Contributor

Backport #41046 to branch/v14

changelog: Fix a bug that was preventing tsh proxy kube certificate renewal from working when accessing a leaf kubernetes cluster via the root.

When renewing certificates the RouteToCluster was always being set
to the root cluster instead of the leaf cluster. This causes issues
with per session mfa because the root cluster can't find the target
kubernetes cluster which causes the renewal process to fail. Now
during renewal the RouteToCluster is copied from the active user
certificate if it existed.

Closes #41022.
@rosstimothy rosstimothy marked this pull request as ready for review May 2, 2024 17:04
@public-teleport-github-review-bot public-teleport-github-review-bot bot removed the request for review from Joerger May 2, 2024 18:09
@rosstimothy rosstimothy added this pull request to the merge queue May 2, 2024
Merged via the queue into branch/v14 with commit e489c0e May 2, 2024
29 checks passed
@rosstimothy rosstimothy deleted the bot/backport-41046-branch/v14 branch May 2, 2024 20:10
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

3 participants