From e2b043c49d073c9a744288ad30cbc7f6de8670c3 Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Tue, 21 Nov 2023 21:35:58 -0800 Subject: [PATCH] Remove button name config for saml Signed-off-by: Ryan Liang --- .github/workflows/cypress-test-saml-e2e.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cypress-test-saml-e2e.yml b/.github/workflows/cypress-test-saml-e2e.yml index a14f21771..bb4e1731b 100644 --- a/.github/workflows/cypress-test-saml-e2e.yml +++ b/.github/workflows/cypress-test-saml-e2e.yml @@ -151,7 +151,6 @@ jobs: echo 'server.xsrf.allowlist: ["/_plugins/_security/api/authtoken", "/_opendistro/_security/api/authtoken", "/_opendistro/_security/saml/acs", "/_opendistro/_security/saml/acs/idpinitiated", "/_opendistro/_security/saml/logout"]' >> ./config/opensearch_dashboards.yml echo 'opensearch_security.auth.type: ["saml"]' >> ./config/opensearch_dashboards.yml echo 'opensearch_security.auth.multiple_auth_enabled: true' >> ./config/opensearch_dashboards.yml - echo 'opensearch_security.ui.openid.login.buttonname: "SAML"' >> ./config/opensearch_dashboards.yml echo 'opensearch_security.auth.anonymous_auth_enabled: false' >> ./config/opensearch_dashboards.yml echo 'home.disableWelcomeScreen: true' >> ./config/opensearch_dashboards.yml echo 'HERE IS THE DASHBOARD CONFIG'