Skip to content

Conversation

@ywangd
Copy link
Member

@ywangd ywangd commented Mar 23, 2025

Relates: #123812

@ywangd ywangd added >non-issue :Security/Authorization Roles, Privileges, DLS/FLS, RBAC/ABAC v9.1.0 labels Mar 23, 2025
@ywangd ywangd requested review from breskeby and tvernum March 23, 2025 22:49
@elasticsearchmachine elasticsearchmachine added the Team:Security Meta label for security team label Mar 23, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-security (Team:Security)

Comment on lines -59 to +58
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"));
Copy link
Member Author

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.

Comment on lines -47 to +49
Map<String, Object> config
Map<String, Object> config,
ProjectId projectId
Copy link
Member Author

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.

Copy link
Member

@rjernst rjernst left a comment

Choose a reason for hiding this comment

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

LGTM

@ywangd
Copy link
Member Author

ywangd commented Mar 24, 2025

Thanks Ryan!

@ywangd ywangd merged commit 6c04abc into elastic:main Mar 24, 2025
23 checks passed
@n1v0lg
Copy link
Contributor

n1v0lg commented Mar 24, 2025

Thanks Yang!

ywangd added a commit to ywangd/elasticsearch that referenced this pull request Mar 25, 2025
No compilation issue in this branch
Relates: elastic#125469
elasticsearchmachine pushed a commit that referenced this pull request Mar 27, 2025
No compilation issue in this branch Relates: #125469
ywangd added a commit to ywangd/elasticsearch that referenced this pull request Mar 27, 2025
No compilation issue in this branch Relates: elastic#125469
elasticsearchmachine pushed a commit that referenced this pull request Mar 27, 2025
No compilation issue in this branch Relates: #125469
omricohenn pushed a commit to omricohenn/elasticsearch that referenced this pull request Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>non-issue :Security/Authorization Roles, Privileges, DLS/FLS, RBAC/ABAC Team:Security Meta label for security team v9.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants