From 37d5bebf1e01b4a5f31aa905b18ce649d13f98d2 Mon Sep 17 00:00:00 2001 From: Thilini Shanika Date: Thu, 21 Sep 2023 07:52:45 +0530 Subject: [PATCH] Enable allow_any_origin for test suite --- .../artifacts/AM/configFiles/customHeaderTest/deployment.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/AM/configFiles/customHeaderTest/deployment.toml b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/AM/configFiles/customHeaderTest/deployment.toml index 7127c39abd..95dd79396b 100755 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/AM/configFiles/customHeaderTest/deployment.toml +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/artifacts/AM/configFiles/customHeaderTest/deployment.toml @@ -78,6 +78,9 @@ allow_methods = ["GET","PUT","POST","DELETE","PATCH","OPTIONS"] allow_headers = ["authorization","Access-Control-Allow-Origin","Content-Type","SOAPAction"] allow_credentials = false +[cors] +allow_any_origin = true + [transport] passthru_https.listener.ssl_profile_interval = 6000 passthru_https.sender.ssl_profile.interval = 6000