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

Refactor UserManagement plugin into separate Authn and Authz plugins #415

Merged
merged 12 commits into from
May 10, 2024

Conversation

maia-iyer
Copy link
Collaborator

@maia-iyer maia-iyer commented Apr 26, 2024

Closes #411

This PR creates two new plugin types that separates the authentication and authorization pieces.

This deprecates the older auth plugin type

Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
@maia-iyer maia-iyer added the backend Tornjak API (Backend) label Apr 26, 2024
@maia-iyer maia-iyer added this to the 1.7.x milestone Apr 26, 2024
@maia-iyer maia-iyer self-assigned this Apr 26, 2024
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
@maia-iyer maia-iyer marked this pull request as ready for review April 30, 2024 00:34
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Copy link
Collaborator

@mamy-CS mamy-CS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@maia-iyer maia-iyer merged commit 8672969 into v1.7 May 10, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Tornjak API (Backend) Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decouple backend IAM plugin into two Authn/Authz plugin
2 participants