-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Fix compilation and tests for customAuthzEngine #125469
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
Conversation
|
Pinging @elastic/es-security (Team:Security) |
| Authentication authentication = Authentication | ||
| .newRealmAuthentication(new User("bar", "not_superuser"), new RealmRef("test", "test", "node")) | ||
| .runAs(new User("joe", "custom_superuser"), new RealmRef("test", "test", "node")); | ||
| Authentication authentication = Authentication.newRealmAuthentication( | ||
| new User("bar", "not_superuser"), | ||
| new RealmRef("test", "test", "node") | ||
| ).runAs(new User("joe", "custom_superuser"), new RealmRef("test", "test", "node")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No real change here other than format. This module has not been properly formatted for a while. There are a few more places in the PR like this.
| Map<String, Object> config | ||
| Map<String, Object> config, | ||
| ProjectId projectId |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to custom authz engine. But needs to be fixed as well so that CI can pass.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Thanks Ryan! |
|
Thanks Yang! |
No compilation issue in this branch Relates: elastic#125469
No compilation issue in this branch Relates: #125469
No compilation issue in this branch Relates: elastic#125469
Relates: #123812