Skip to content

Commit

Permalink
Adding kibana_rbac_dashboard_only_user to dashboard only mode roles (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kobelb authored May 29, 2018
1 parent 767fb27 commit 203ec3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/dashboard_mode/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function dashboardMode(kibana) {
uiSettingDefaults: {
[CONFIG_DASHBOARD_ONLY_MODE_ROLES]: {
description: 'Roles that belong to View Dashboards Only mode',
value: ['kibana_dashboard_only_user'],
value: ['kibana_dashboard_only_user', 'kibana_rbac_dashboard_only_user'],
}
},
app: {
Expand Down

0 comments on commit 203ec3e

Please sign in to comment.