-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Setting xpack.telemetry.enabled to false prevents access to roles ui #43208
Comments
Pinging @elastic/kibana-security |
It looks like the telemetry plugin incorrectly defines the The security plugin relies on this to determine which version of the role management screen to display. |
Nice detective work!! This seems like something the "telemetry team" should fix then? |
Pinging @elastic/kibana-app |
Pinging @elastic/kibana-stack-services |
adding the stack services team as well - since they own Telemetry I think. |
Adding security team to this as they own this UI. |
@bmcconaghy this bug was introduced by a telemetry PR which errantly moved
|
@kobelb yup that sounds like our issue to fix then. Thanks for tracking this down to the details. |
Thanks for tracking this down @kobelb @legrego . This bug was introduced when I moved telemetry out of |
If I disable the xpack.telemetry.enabled setting I can't create or edit roles in the kibana ui.
The /app/kibana#/management/security/roles site is accessable,
but /app/kibana#/management/security/roles/edit is not.
Tested with Version 7.3.0 on Windows 10.
No Warning or Error logs.
Elasticsearch's roles API works fine.
Steps:
Download and extract es and kibana zips.
elasticsearch.yml:
xpack.security.enabled: true
Start es
elasticsearch-setup-passwords auto
kibana.yml:
elasticsearch.username: "kibana"
elasticsearch.password: "ThePwd"
xpack.telemetry.enabled: false
Start kibana
Login -> Management -> Roles
Click on "Create Role" -> Nothing happens
The text was updated successfully, but these errors were encountered: