Skip to content

Commit

Permalink
Change the saml authbackend into order 1
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Nov 22, 2023
1 parent b7a5c4c commit be4a62a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cypress-test-saml-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
chmod +x yq
yq -i ".config.dynamic.authc.saml_auth_domain.http_enabled = true" config.yml
yq -i ".config.dynamic.authc.saml_auth_domain.transport_enabled = false" config.yml
yq -i ".config.dynamic.authc.saml_auth_domain.order = 5" config.yml
yq -i ".config.dynamic.authc.saml_auth_domain.order = 1" config.yml
yq -i ".config.dynamic.authc.saml_auth_domain.http_authenticator.type = \"saml\"" config.yml
yq -i ".config.dynamic.authc.saml_auth_domain.http_authenticator.challenge = true" config.yml
yq -i ".config.dynamic.authc.saml_auth_domain.http_authenticator.config.idp.entity_id = \"urn:example:idp\"" config.yml
Expand Down Expand Up @@ -131,8 +131,6 @@ jobs:
if: ${{ runner.os == 'Linux' }}
run: |
cd ./OpenSearch-Dashboards/plugins/security-dashboards-plugin
ls
pwd
yarn pretest:jest_server
# Configure the Dashboard for SAML setup
Expand Down

0 comments on commit be4a62a

Please sign in to comment.