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] Fix Assume Roles switch back, don't delete role if access list is using it. #33834

Merged
merged 2 commits into from Oct 24, 2023

Commits on Oct 23, 2023

  1. Fix Assume Roles switch back, don't delete role if access list is usi…

    …ng it.
    
    When switching back to the regular user permissions after assuming roles via
    an access request, Teleport will now use the user login state to ensure that
    access list permissions are taken into account.
    
    Additionally, users will not be able to delete roles if they are in use by an
    access list. Finally, when refreshing the user while extending a web session,
    the user login state will be regenerated and used for permissions.
    mdwn committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    adada0d View commit details
    Browse the repository at this point in the history
  2. Use slices instead of for loops.

    mdwn committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    fe3ab37 View commit details
    Browse the repository at this point in the history