diff --git a/aws-cdn-templates/one-cdn.yaml b/aws-cdn-templates/one-cdn.yaml index d2979e9004..a2f445266f 100644 --- a/aws-cdn-templates/one-cdn.yaml +++ b/aws-cdn-templates/one-cdn.yaml @@ -305,6 +305,34 @@ Resources: CachePolicyId: !Ref WebsiteCDNCachingPolicyOneHour ResponseHeadersPolicyId: !Ref DefaultHeaderPolicy PathPattern: /icons* + - Fn::If: + - IsPortalePg + - AllowedMethods: + - GET + - HEAD + CachedMethods: + - GET + - HEAD + TargetOriginId: pn-SelfCare-PG + ViewerProtocolPolicy: redirect-to-https + CachePolicyId: !Ref WebsiteCDNCachingPolicyFiveMinutes + ResponseHeadersPolicyId: !Ref SelfcareHeaderPolicy + PathPattern: /auth/icons/* + - !Ref "AWS::NoValue" + - Fn::If: + - IsPortalePg + - AllowedMethods: + - GET + - HEAD + CachedMethods: + - GET + - HEAD + TargetOriginId: pn-SelfCare-PG + ViewerProtocolPolicy: redirect-to-https + CachePolicyId: !Ref WebsiteCDNCachingPolicyFiveMinutes + ResponseHeadersPolicyId: !Ref SelfcareHeaderPolicy + PathPattern: /auth/index.html + - !Ref "AWS::NoValue" - Fn::If: - IsPortalePg - AllowedMethods: @@ -319,6 +347,34 @@ Resources: ResponseHeadersPolicyId: !Ref SelfcareHeaderPolicy PathPattern: /auth* - !Ref "AWS::NoValue" + - Fn::If: + - IsPortalePg + - AllowedMethods: + - GET + - HEAD + CachedMethods: + - GET + - HEAD + TargetOriginId: pn-SelfCare-PG + ViewerProtocolPolicy: redirect-to-https + CachePolicyId: !Ref WebsiteCDNCachingPolicyFiveMinutes + ResponseHeadersPolicyId: !Ref SelfcareHeaderPolicy + PathPattern: /dashboard/icons/* + - !Ref "AWS::NoValue" + - Fn::If: + - IsPortalePg + - AllowedMethods: + - GET + - HEAD + CachedMethods: + - GET + - HEAD + TargetOriginId: pn-SelfCare-PG + ViewerProtocolPolicy: redirect-to-https + CachePolicyId: !Ref WebsiteCDNCachingPolicyFiveMinutes + ResponseHeadersPolicyId: !Ref SelfcareHeaderPolicy + PathPattern: /dashboard/index.html + - !Ref "AWS::NoValue" - Fn::If: - IsPortalePg - AllowedMethods: @@ -333,6 +389,34 @@ Resources: ResponseHeadersPolicyId: !Ref SelfcareHeaderPolicy PathPattern: /dashboard* - !Ref "AWS::NoValue" + - Fn::If: + - IsPortalePg + - AllowedMethods: + - GET + - HEAD + CachedMethods: + - GET + - HEAD + TargetOriginId: pn-SelfCare-PG + ViewerProtocolPolicy: redirect-to-https + CachePolicyId: !Ref WebsiteCDNCachingPolicyFiveMinutes + ResponseHeadersPolicyId: !Ref SelfcareHeaderPolicy + PathPattern: /assistenza/icons/* + - !Ref "AWS::NoValue" + - Fn::If: + - IsPortalePg + - AllowedMethods: + - GET + - HEAD + CachedMethods: + - GET + - HEAD + TargetOriginId: pn-SelfCare-PG + ViewerProtocolPolicy: redirect-to-https + CachePolicyId: !Ref WebsiteCDNCachingPolicyFiveMinutes + ResponseHeadersPolicyId: !Ref SelfcareHeaderPolicy + PathPattern: /assistenza/index.html + - !Ref "AWS::NoValue" - Fn::If: - IsPortalePg - AllowedMethods: @@ -347,6 +431,34 @@ Resources: ResponseHeadersPolicyId: !Ref SelfcareHeaderPolicy PathPattern: /assistenza* - !Ref "AWS::NoValue" + - Fn::If: + - IsPortalePg + - AllowedMethods: + - GET + - HEAD + CachedMethods: + - GET + - HEAD + TargetOriginId: pn-SelfCare-PG + ViewerProtocolPolicy: redirect-to-https + CachePolicyId: !Ref WebsiteCDNCachingPolicyFiveMinutes + ResponseHeadersPolicyId: !Ref SelfcareHeaderPolicy + PathPattern: /onboarding/icons/* + - !Ref "AWS::NoValue" + - Fn::If: + - IsPortalePg + - AllowedMethods: + - GET + - HEAD + CachedMethods: + - GET + - HEAD + TargetOriginId: pn-SelfCare-PG + ViewerProtocolPolicy: redirect-to-https + CachePolicyId: !Ref WebsiteCDNCachingPolicyFiveMinutes + ResponseHeadersPolicyId: !Ref SelfcareHeaderPolicy + PathPattern: /onboarding/index.html + - !Ref "AWS::NoValue" - Fn::If: - IsPortalePg - AllowedMethods: @@ -371,10 +483,38 @@ Resources: - HEAD TargetOriginId: pn-SelfCare-PG ViewerProtocolPolicy: redirect-to-https - CachePolicyId: b2884449-e4de-46a7-ac36-70bc7f1ddd6d + CachePolicyId: !Ref WebsiteCDNCachingPolicyFiveMinutes ResponseHeadersPolicyId: !Ref SelfcareHeaderPolicy PathPattern: /assets* - !Ref "AWS::NoValue" + - Fn::If: + - IsPortalePg + - AllowedMethods: + - GET + - HEAD + CachedMethods: + - GET + - HEAD + TargetOriginId: pn-SelfCare-PG + ViewerProtocolPolicy: redirect-to-https + CachePolicyId: !Ref WebsiteCDNCachingPolicyFiveMinutes + ResponseHeadersPolicyId: !Ref SelfcareHeaderPolicy + PathPattern: /microcomponents/static/icons/* + - !Ref "AWS::NoValue" + - Fn::If: + - IsPortalePg + - AllowedMethods: + - GET + - HEAD + CachedMethods: + - GET + - HEAD + TargetOriginId: pn-SelfCare-PG + ViewerProtocolPolicy: redirect-to-https + CachePolicyId: !Ref WebsiteCDNCachingPolicyFiveMinutes + ResponseHeadersPolicyId: !Ref SelfcareHeaderPolicy + PathPattern: /microcomponents/index.html + - !Ref "AWS::NoValue" - Fn::If: - IsPortalePg - AllowedMethods: @@ -774,4 +914,4 @@ Outputs: TooManyRequestsAlarmArn: Value: !GetAtt TooManyRequestsAlarm.Arn - Description: ARN of distribution too many requests alarm + Description: ARN of distribution too many requests alarm \ No newline at end of file diff --git a/packages/pn-pa-webapp/package.json b/packages/pn-pa-webapp/package.json index 4c0bb4ef5e..f363c634e7 100644 --- a/packages/pn-pa-webapp/package.json +++ b/packages/pn-pa-webapp/package.json @@ -94,4 +94,4 @@ "vitest-canvas-mock": "^0.3.3", "vitest-sonar-reporter": "^2.0.0" } -} +} \ No newline at end of file