diff --git a/infra/lib/infra-stack.ts b/infra/lib/infra-stack.ts index 518e6ea..f06dd9c 100644 --- a/infra/lib/infra-stack.ts +++ b/infra/lib/infra-stack.ts @@ -359,6 +359,7 @@ export class InfraStack extends cdk.Stack { httpPort: 3000, protocolPolicy: cloudfront.OriginProtocolPolicy.HTTP_ONLY, }), + originRequestPolicy: cloudfront.OriginRequestPolicy.ALL_VIEWER, viewerProtocolPolicy: cloudfront.ViewerProtocolPolicy.REDIRECT_TO_HTTPS, allowedMethods: cloudfront.AllowedMethods.ALLOW_ALL, diff --git a/infra/package-lock.json b/infra/package-lock.json index 37593ad..094d0d2 100644 --- a/infra/package-lock.json +++ b/infra/package-lock.json @@ -1,12 +1,12 @@ { "name": "infra", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "infra", - "version": "0.1.4", + "version": "0.1.5", "dependencies": { "aws-cdk-lib": "2.208.0", "constructs": "^10.0.0" diff --git a/infra/package.json b/infra/package.json index 5477106..9c659e5 100644 --- a/infra/package.json +++ b/infra/package.json @@ -1,6 +1,6 @@ { "name": "infra", - "version": "0.1.4", + "version": "0.1.5", "bin": { "infra": "bin/infra.js" }, diff --git a/package-lock.json b/package-lock.json index 9647291..8de2f90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ionicapp", - "version": "0.0.8", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ionicapp", - "version": "0.0.8", + "version": "0.1.0", "license": "UNLICENSED", "dependencies": { "@nestjs/common": "^11.0.1", diff --git a/package.json b/package.json index dc56981..003af7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionicapp", - "version": "0.0.8", + "version": "0.1.0", "description": "", "author": "", "private": true,