From 805338795081b2c7088ec8f59649c76df0ce23e1 Mon Sep 17 00:00:00 2001 From: Surya Sashank Nistala Date: Wed, 12 Jul 2023 09:50:34 -0700 Subject: [PATCH] fix ordering of new cluster permissions in roles.yml Signed-off-by: Surya Sashank Nistala --- config/roles.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/roles.yml b/config/roles.yml index b5827a5eee..bd0e0f6b21 100644 --- a/config/roles.yml +++ b/config/roles.yml @@ -28,20 +28,20 @@ alerting_read_access: reserved: true cluster_permissions: - 'cluster:admin/opendistro/alerting/alerts/get' - - 'cluster:admin/opensearch/alerting/workflow/get' - - 'cluster:admin/opensearch/alerting/workflow_alerts/get' - 'cluster:admin/opendistro/alerting/destination/get' - 'cluster:admin/opendistro/alerting/monitor/get' - 'cluster:admin/opendistro/alerting/monitor/search' - 'cluster:admin/opensearch/alerting/findings/get' + - 'cluster:admin/opensearch/alerting/workflow/get' + - 'cluster:admin/opensearch/alerting/workflow_alerts/get' # Allows users to view and acknowledge alerts alerting_ack_alerts: reserved: true cluster_permissions: - 'cluster:admin/opendistro/alerting/alerts/*' - - 'cluster:admin/opendistro/alerting/workflow_alerts/*' - 'cluster:admin/opendistro/alerting/chained_alerts/*' + - 'cluster:admin/opendistro/alerting/workflow_alerts/*' # Allows users to use all alerting functionality alerting_full_access: