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

[v12] Fix relaxed moderator joining for Kube Access #23993

Merged
merged 1 commit into from Apr 13, 2023

Commits on Apr 13, 2023

  1. Fix relaxed moderator joining for Kube Access (#23674)

    This PR fixes the relaxed mode for moderator joining moderated sessions.
    
    Previously, when the moderator didn't had access to the Kubernetes
    cluster where the session he tried to join was active, Teleport would
    panic because the user didn't had at least one `kubernetes_user` or
    `kubernetes_group`.
    
    This PR moves the check of kubernetes principals into the autorization
    step instead of the authentication step in order to prevent the failure
    of authentication followed by a panic.
    tigrato committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    8a9be3f View commit details
    Browse the repository at this point in the history