-
Notifications
You must be signed in to change notification settings - Fork 25.3k
[DOCS] Viewer role needs experimental settings for Fleet UI access #129614
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
base: 8.17
Are you sure you want to change the base?
Conversation
Make users aware that for 8.17, viewer role requires Fleet experimental settings enabled for read only access to the Fleet UI
Documentation preview: |
@geekpete please enable the option "Allow edits and access to secrets by maintainers" on your PR. For more information, see the documentation. |
Pinging @elastic/es-docs (Team:Docs) |
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.
thanks, @geekpete! I left a quick question on here based on my read of the setting
I wasn't able to locate the setting in 9.x docs, so may not be relevant to that version.
both of these pages / settings are available in the new docs:
https://www.elastic.co/docs/reference/kibana/configuration-reference/fleet-settings#_preconfiguration_settings_for_advanced_use_cases
https://www.elastic.co/docs/deploy-manage/users-roles/cluster-or-deployment-auth/built-in-roles
I assume that if experimental features (or this experimental feature) are enabled by default in 8.18, the same would go for 9.0+.
@@ -228,6 +228,7 @@ Grants read-only access to all features in {kib} (including Solutions) and to da | |||
=============================== | |||
* This role provides read access to any index that is not prefixed with a dot. | |||
* This role automatically grants read-only access to new {kib} features as soon as they are available. | |||
* In version 8.17, access to Fleet UI with this role requires Fleet experimental features to be enabled which are disabled by default. See `xpack.fleet.enableExperimental` in https://www.elastic.co/guide/en/kibana/8.17/fleet-settings-kb.html[Kibana settings documentation,title=Kibana 8.17 settings]. |
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.
this is a copyedit, but I think we need more info here. the xpack.fleet.enableExperimental
seems to take a specific feature flag name. the setting is described of "List of experimental feature flag to enable in Fleet" Perhaps I am misreading and it's just a true/false setting
* In version 8.17, access to Fleet UI with this role requires Fleet experimental features to be enabled which are disabled by default. See `xpack.fleet.enableExperimental` in https://www.elastic.co/guide/en/kibana/8.17/fleet-settings-kb.html[Kibana settings documentation,title=Kibana 8.17 settings]. | |
* In version 8.17, access to the Fleet UI with this role requires Fleet experimental features to be enabled. Experimental features are disabled by default. See `xpack.fleet.enableExperimental` in the https://www.elastic.co/guide/en/kibana/8.17/fleet-settings-kb.html[Kibana 8.17 settings reference]. |
Make users aware that for 8.17, viewer role requires Fleet experimental settings enabled for read only access to the Fleet UI.
Used a hard link to Kibana 8.17 docs.
This mention isn't required for 8.18 as the Fleet experimental setting is enabled by default.
I wasn't able to locate the setting in 9.x docs, so may not be relevant to that version.