-
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
Remove code related to Beats Central Management #80107
Conversation
Pinging @elastic/es-security (Team:Security) |
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.
Unfortunately, removing a builtin role is a breaking change, and we can't do that without a period of deprecation.
We need to keep the beats_admin
role, but deprecate it.
We can remove the license related code.
...high-level/src/test/java/org/elasticsearch/client/documentation/SecurityDocumentationIT.java
Outdated
Show resolved
Hide resolved
https://www.elastic.co/guide/en/beats/filebeat/8.0/configuration-central-management.html @tvernum, since it has been removed from Kibana, is it ok to do ahead and remove it from Elasticsearch 8.x? |
No, even though the functionality that it was intended to support has been removed from Kibana, the role itself exists in Elasticsearch and hasn't been marked as deprecated, nor was it ever marked as We really do need to deprecate the role instead of removing it. |
Removes code originally introduced by #30520
Closes #76330