From 37056b9ab88338d27cdc7bb7ea28521686ee6c0c Mon Sep 17 00:00:00 2001 From: Ambuj Raj Date: Sun, 19 May 2024 22:47:56 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20API=20key=20required=20only=20in?= =?UTF-8?q?=20per=20api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- middleware/template.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/middleware/template.yaml b/middleware/template.yaml index c814f4e..396fe37 100644 --- a/middleware/template.yaml +++ b/middleware/template.yaml @@ -170,8 +170,6 @@ Resources: StageName: prod OpenApiVersion: "3.0.0" TracingEnabled: true - Auth: - ApiKeyRequired: true Cors: AllowMethods: "'OPTIONS,GET,POST,PUT,DELETE'" AllowHeaders: "'Content-Type,X-Amz-Date,Authorization,x-api-key,X-Amz-Security-Token,File-Length,X-Auth-Token'"