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

Guice bindings for custom authorizer implementations #2251

Merged
merged 7 commits into from
Jan 28, 2022
Merged

Conversation

pschoenfelder
Copy link
Contributor

@pschoenfelder pschoenfelder commented Dec 16, 2021

Allows overriding getAuthModule to inject custom implementations of SingularityAuthorizer

) {
if (oldRequest.isPresent()) {
checkForAuthorizedChanges(newRequest, oldRequest.get(), user);
} else {}
Copy link
Member

Choose a reason for hiding this comment

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

nit, don't need the empty else block

@ssalinas
Copy link
Member

just the one nit, good beyond that 👍

@pschoenfelder pschoenfelder merged commit 7b2dae9 into master Jan 28, 2022
@pschoenfelder pschoenfelder deleted the customauth branch January 28, 2022 15:45
@ssalinas ssalinas added this to the 1.5.0 milestone May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants