From 7931a755096bf49cb08f8e645a328b71a4a47f2a Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Sat, 2 Apr 2022 00:21:35 +0000 Subject: [PATCH] [OSD][1.3.1] add security plugin Signed-off-by: Kawika Avilla --- manifests/1.3.1/opensearch-dashboards-1.3.1.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/1.3.1/opensearch-dashboards-1.3.1.yml b/manifests/1.3.1/opensearch-dashboards-1.3.1.yml index 281e73b136..217b32282b 100644 --- a/manifests/1.3.1/opensearch-dashboards-1.3.1.yml +++ b/manifests/1.3.1/opensearch-dashboards-1.3.1.yml @@ -13,3 +13,6 @@ components: - name: functionalTestDashboards repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git ref: '1.3' + - name: securityDashboards + repository: https://github.com/opensearch-project/security-dashboards-plugin.git + ref: '1.3'