From 9eab96b6179c2197eae373c3a64ae04b0325a60f Mon Sep 17 00:00:00 2001 From: gaobinlong Date: Fri, 1 Mar 2024 14:30:24 +0800 Subject: [PATCH] Make the comment of feature flag more clear Signed-off-by: gaobinlong --- config/opensearch_dashboards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/opensearch_dashboards.yml b/config/opensearch_dashboards.yml index 1cf9d9abc55a..9fe8e15e14b6 100644 --- a/config/opensearch_dashboards.yml +++ b/config/opensearch_dashboards.yml @@ -288,5 +288,5 @@ # vis_augmenter.pluginAugmentationEnabled: true # Set the value to true to enable permission control for saved objects -# Permission control depends on OpenSearch Dashboards has authentication enabled, set it to false if no authentication is configured +# Permission control depends on OpenSearch Dashboards has authentication enabled, set it to false if the security plugin is not installed # savedObjects.permission.enabled: true