Skip to content

Guice bindings for custom authorizer implementations - #2251

Merged
pschoenfelder merged 7 commits into
masterfrom
customauth
Jan 28, 2022
Merged

Guice bindings for custom authorizer implementations#2251
pschoenfelder merged 7 commits into
masterfrom
customauth

Conversation

@pschoenfelder

@pschoenfelder pschoenfelder commented Dec 16, 2021

Copy link
Copy Markdown
Contributor

Allows overriding getAuthModule to inject custom implementations of SingularityAuthorizer

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

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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