From c61dac979084ced1d435d1710b76262e2f51573e Mon Sep 17 00:00:00 2001 From: yubonluo Date: Wed, 3 Apr 2024 16:05:42 +0800 Subject: [PATCH] add missed code Signed-off-by: yubonluo --- config/opensearch_dashboards.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/opensearch_dashboards.yml b/config/opensearch_dashboards.yml index e99f7b77690a..46a0c018c6ea 100644 --- a/config/opensearch_dashboards.yml +++ b/config/opensearch_dashboards.yml @@ -292,6 +292,6 @@ # workspace.enabled: false # Set the backend roles in groups or users, whoever has the backend roles or exactly match the user ids defined in this config will be regard as dashboard admin. -# Dashboard admin will have the access to all the workspaces and objects inside OpenSearch Dashboards. -# workspace.dashboardAdmin.groups: ["dashboard_admin"] -# workspace.dashboardAdmin.users: ["dashboard_admin"] \ No newline at end of file +# Dashboard admin will have the access to all the workspaces(workspace.enabled: true) and objects inside OpenSearch Dashboards. +# opensearchDashboards.dashboardAdmin.groups: ["dashboard_admin"] +# opensearchDashboards.dashboardAdmin.users: ["dashboard_admin"] \ No newline at end of file