From da7edb8addf72601b5187bbb0f10213d9e9c4f5a Mon Sep 17 00:00:00 2001 From: sgayangi Date: Mon, 8 Apr 2024 18:22:19 +0530 Subject: [PATCH] Update config deployer test cases --- .../ballerina/tests/resources/apiKeyOnly.apk-conf | 1 + .../ballerina/tests/resources/jwtandAPIKey.apk-conf | 1 + 2 files changed, 2 insertions(+) diff --git a/runtime/config-deployer-service/ballerina/tests/resources/apiKeyOnly.apk-conf b/runtime/config-deployer-service/ballerina/tests/resources/apiKeyOnly.apk-conf index 52ef282892..b1f0824119 100644 --- a/runtime/config-deployer-service/ballerina/tests/resources/apiKeyOnly.apk-conf +++ b/runtime/config-deployer-service/ballerina/tests/resources/apiKeyOnly.apk-conf @@ -18,6 +18,7 @@ authentication: - authType: "APIKey" enabled: true queryParamEnable: true + headerEnable: true corsConfiguration: corsConfigurationEnabled: false accessControlAllowOrigins: diff --git a/runtime/config-deployer-service/ballerina/tests/resources/jwtandAPIKey.apk-conf b/runtime/config-deployer-service/ballerina/tests/resources/jwtandAPIKey.apk-conf index 62d5518b9a..88b21c4aa3 100644 --- a/runtime/config-deployer-service/ballerina/tests/resources/jwtandAPIKey.apk-conf +++ b/runtime/config-deployer-service/ballerina/tests/resources/jwtandAPIKey.apk-conf @@ -20,6 +20,7 @@ authentication: - authType: "APIKey" enabled: true queryParamEnable: true + headerEnable: true corsConfiguration: corsConfigurationEnabled: false accessControlAllowOrigins: