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

Replace Keto Authorization with External HTTP Authorization #864

Merged
merged 11 commits into from
Jul 10, 2020
Prev Previous commit
Update formatting
  • Loading branch information
woop committed Jul 10, 2020
commit 65b535c75bcbf7492c15147663de9b44bf4a3986
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ public AuthorizationResult checkAccessToProject(String projectId, Authentication
/**
* Extract a context object to send as metadata to the authorization service
*
* @param authentication Spring Security Authentication object
* @return Returns a context object that will be serialized and sent as metadata to the authorization service
* @param authentication Spring Security Authentication object
* @return Returns a context object that will be serialized and sent as metadata to the
* authorization service
*/
private Object getContext(Authentication authentication) {
// Not implemented yet, left empty
Expand Down