-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Spike] Allow extensions to contribute custom authorization providers and strategies #1462
Comments
See #1205 |
The idea is to build a new authorization component to validate if our extensibility story is good enough - #1205. Basically, instead of shooting in dark, using the |
Please add in the exact questions that need to be answered as a result of this spike: how does it play with the existing authentication component? What exact artifacts need to be explored with this component? |
@raymondfeng , with the PR #1205, would you consider the spike is done and we should have a spike meeting to share/discuss the outcome? Thanks. |
Cross-posting from #1072 User Experience
Questions to answerTimeboxed max to 2 weeks
|
@raymondfeng , assigning this to you per our conversation. |
FYI: https://casbin.org/ |
Nice!, at high level it reminds me of Apache Shiro. |
See also #2718 |
Closing it as done. |
So far, LB4 does not provide any built-in solution for authorizing incoming requests (see #538). In this spike, we should investigate how LB4 app developers can implement and configure their own authorization scheme and verify that LB4 design is flexible enough to support them.
Acceptance Criteria
See also #1034 and #1035
The text was updated successfully, but these errors were encountered: