-
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_user, code_admin roles and remove .code* index privileges for kibana_system role #49842
Labels
:Security/Authorization
Roles, Privileges, DLS/FLS, RBAC/ABAC
Comments
Pinging @elastic/es-security (:Security/Authorization) |
Thanks for raising this @kobelb. |
tvernum
added a commit
to tvernum/elasticsearch
that referenced
this issue
Dec 11, 2019
The "code_user" and "code_admin" reserved roles existed to support code search which is no longer included in Kibana. The "kibana_system" role included privileges to read/write from the code search indices, but no longer needs that access. Resolves: elastic#49842
tvernum
added a commit
that referenced
this issue
Dec 12, 2019
The "code_user" and "code_admin" reserved roles existed to support code search which is no longer included in Kibana. The "kibana_system" role included privileges to read/write from the code search indices, but no longer needs that access. Resolves: #49842
tvernum
added a commit
to tvernum/elasticsearch
that referenced
this issue
Dec 12, 2019
The "code_user" and "code_admin" reserved roles existed to support code search which is no longer included in Kibana. The "kibana_system" role included privileges to read/write from the code search indices, but no longer needs that access. Resolves: elastic#49842 Backport of: elastic#50068
SivagurunathanV
pushed a commit
to SivagurunathanV/elasticsearch
that referenced
this issue
Jan 23, 2020
The "code_user" and "code_admin" reserved roles existed to support code search which is no longer included in Kibana. The "kibana_system" role included privileges to read/write from the code search indices, but no longer needs that access. Resolves: elastic#49842
This was referenced Feb 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the experimental code application has now been removed from Kibana, we can remove or modify some of the existing reserved roles as well.
The
code_user
andcode_admin
roles can be removed entirely.Additionally, the
kibana_system
role can be modified to remove the index-privileges for thecode-*
andcode_internal-*
indices.The text was updated successfully, but these errors were encountered: