-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
APM system_user #47668
APM system_user #47668
Conversation
Pinging @elastic/es-core-features (:Core/Features/Monitoring) |
Pinging @elastic/es-security (:Security/Authorization) |
Changes look good, however, I would like a review from @elastic/es-security before merging and backporting. |
...core/src/main/java/org/elasticsearch/xpack/core/security/authz/store/ReservedRolesStore.java
Outdated
Show resolved
Hide resolved
...src/test/java/org/elasticsearch/xpack/core/security/authz/store/ReservedRolesStoreTests.java
Outdated
Show resolved
Hide resolved
Hi @bizybot. Could you please take a look at the latest changes and see if they align with your suggestions? Thanks! |
@tvernum Polite bump on review. Thanks! |
@elasticmachine update branch |
This looks good to me, once we get the tests passing. |
* Add test for APM beats index perms * Grant monitoring index privs to apm_system user * Review feedback * Fix compilation problem
* Add test for APM beats index perms * Grant monitoring index privs to apm_system user * Review feedback * Fix compilation problem
* Add test for APM beats index perms * Grant monitoring index privs to apm_system user * Review feedback * Fix compilation problem
This is a fix for the issue described here: elastic/apm-server#2708
This extends changes made here to the apm_system user: #40876
(This was re-opened against master per a comment by @jakelandis in #47302)