Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly reissue certificates for leaf resources in tsh proxy kube (#…
…41158) 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.
- Loading branch information