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

[FEATURE] Add token manager to security plugin #2939

Closed
Tracked by #2944
stephen-crawford opened this issue Jul 5, 2023 · 2 comments
Closed
Tracked by #2944

[FEATURE] Add token manager to security plugin #2939

stephen-crawford opened this issue Jul 5, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable.

Comments

@stephen-crawford
Copy link
Collaborator

stephen-crawford commented Jul 5, 2023

This issue describes the addition of a feature that will add a token manager implementation to allow for the creation of auth tokens for both Users and InternalUser objects. The User objects will make use of the OnBehalfOfTokens while InternalUsers make use of a encoded basic authtoken.

After this feature is added, it will be possible for a request to get an authtoken for a User or InternalUser account and then use that token with the corresponding handling mechanism.

This change has been in progress since it is blocked by current work in the feature/extensions branch.

Current PR: #2787.

@stephen-crawford stephen-crawford added enhancement New feature or request untriaged Require the attention of the repository maintainers and may need to be prioritized labels Jul 5, 2023
@stephen-crawford stephen-crawford self-assigned this Jul 5, 2023
@stephen-crawford
Copy link
Collaborator Author

[Triage] This is part of the Identity work being done to support extensions.

@stephen-crawford stephen-crawford added triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable. and removed untriaged Require the attention of the repository maintainers and may need to be prioritized labels Jul 10, 2023
@davidlago
Copy link

#3176 is taking care of that, closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triaged Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Projects
None yet
Development

No branches or pull requests

2 participants