From 4c8249f68249492c982e81f0d17fdb33f46de5a7 Mon Sep 17 00:00:00 2001 From: Ryan Liang Date: Tue, 21 Nov 2023 23:38:50 -0800 Subject: [PATCH] change the format of security config Signed-off-by: Ryan Liang --- .github/workflows/cypress-test-saml-e2e.yml | 72 ++++++++++----------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/.github/workflows/cypress-test-saml-e2e.yml b/.github/workflows/cypress-test-saml-e2e.yml index 9c9b173a7..eadf7c7ab 100644 --- a/.github/workflows/cypress-test-saml-e2e.yml +++ b/.github/workflows/cypress-test-saml-e2e.yml @@ -75,42 +75,42 @@ jobs: rm -rf config.yml ls cat << 'EOT' > config.yml - --- - _meta: - type: "config" - config_version: 2 - config: - dynamic: - http: - anonymous_auth_enabled: false - authc: - basic_internal_auth_domain: - description: "Authenticate via HTTP Basic against internal users database" - http_enabled: true - transport_enabled: true - order: 0 - http_authenticator: - type: basic - challenge: false - authentication_backend: - type: intern - saml_auth_domain: - http_enabled: true - transport_enabled: false - order: 1 - http_authenticator: - type: saml - challenge: true - config: - idp: - entity_id: urn:example:idp - metadata_url: http://localhost:7000/metadata - sp: - entity_id: https://localhost:9200 - kibana_url: http://localhost:5601 - exchange_key: 6aff3042-1327-4f3d-82f0-40a157ac4464 - authentication_backend: - type: noop + --- + _meta: + type: "config" + config_version: 2 + config: + dynamic: + http: + anonymous_auth_enabled: false + authc: + basic_internal_auth_domain: + description: "Authenticate via HTTP Basic against internal users database" + http_enabled: true + transport_enabled: true + order: 0 + http_authenticator: + type: basic + challenge: false + authentication_backend: + type: intern + saml_auth_domain: + http_enabled: true + transport_enabled: false + order: 1 + http_authenticator: + type: saml + challenge: true + config: + idp: + entity_id: urn:example:idp + metadata_url: http://localhost:7000/metadata + sp: + entity_id: https://localhost:9200 + kibana_url: http://localhost:5601 + exchange_key: 6aff3042-1327-4f3d-82f0-40a157ac4464 + authentication_backend: + type: noop EOT echo "THIS IS THE SECURITY CONFIG FILE: " cat config.yml