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

Impersonation REST API #210

Merged
merged 9 commits into from
Jun 5, 2023
Merged

Impersonation REST API #210

merged 9 commits into from
Jun 5, 2023

Conversation

byewokko
Copy link
Collaborator

@byewokko byewokko commented May 25, 2023

New PUT /impersonate endpoint

  • Creates impersonated root session and sends back a response with a Set-Cookie header.
  • Designed as a REST API endpoint. Unlike the POST endpoint, this one does not do any redirections. The redirection is expected to be done by the caller.

Impersonating superusers

  • Impersonating credentials with authz:superuser resource is now enabled, but the resource is excluded from the impersonated session.

@byewokko byewokko added the enhancement New feature or request label May 25, 2023
@byewokko byewokko self-assigned this May 25, 2023
@byewokko byewokko changed the title Add a PUT endpoint for impersonation PUT endpoint for impersonation May 29, 2023
@byewokko byewokko changed the title PUT endpoint for impersonation Impersonation REST API Jun 5, 2023
@byewokko byewokko merged commit 6a89a36 into main Jun 5, 2023
@byewokko byewokko deleted the feature/impersonation-rest-api branch June 5, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant