diff --git a/packages/@aws-cdk-testing/framework-integ/test/aws-elasticloadbalancingv2-actions/test/integ.cognito.js.snapshot/integ-cognito.template.json b/packages/@aws-cdk-testing/framework-integ/test/aws-elasticloadbalancingv2-actions/test/integ.cognito.js.snapshot/integ-cognito.template.json index 9292fa4c1ad21..a38f0bcf6e41e 100644 --- a/packages/@aws-cdk-testing/framework-integ/test/aws-elasticloadbalancingv2-actions/test/integ.cognito.js.snapshot/integ-cognito.template.json +++ b/packages/@aws-cdk-testing/framework-integ/test/aws-elasticloadbalancingv2-actions/test/integ.cognito.js.snapshot/integ-cognito.template.json @@ -394,11 +394,11 @@ "Certificate4E7ABB08": { "Type": "AWS::CertificateManager::Certificate", "Properties": { - "DomainName": "certificate-name.kornherm.people.aws.dev", + "DomainName": "*.example.com", "DomainValidationOptions": [ { - "DomainName": "certificate-name.kornherm.people.aws.dev", - "HostedZoneId": "Z06808741Y2D4FYJCD0JO" + "DomainName": "*.example.com", + "HostedZoneId": "Z23ABC4XYZL05B" } ], "Tags": [ @@ -611,7 +611,7 @@ "openid" ], "CallbackURLs": [ - "https://certificate-name.kornherm.people.aws.dev/oauth2/idpresponse" + "https://*.example.com/oauth2/idpresponse" ], "ExplicitAuthFlows": [ "ALLOW_USER_PASSWORD_AUTH", @@ -630,7 +630,7 @@ "Domain66AC69E0": { "Type": "AWS::Cognito::UserPoolDomain", "Properties": { - "Domain": "z06808741y2d4fyjcd0jo", + "Domain": "z23abc4xyzl05b", "UserPoolId": { "Ref": "UserPool6BA7E5F2" } @@ -661,8 +661,8 @@ ] } }, - "HostedZoneId": "Z06808741Y2D4FYJCD0JO", - "Name": "certificate-name.kornherm.people.aws.dev.", + "HostedZoneId": "Z23ABC4XYZL05B", + "Name": "example.com.", "Type": "A" } }, @@ -887,7 +887,7 @@ "Variables": { "TEST_USERNAME": "test-user@example.com", "TEST_PASSWORD": "TestUser@123", - "TEST_URL": "https://certificate-name.kornherm.people.aws.dev" + "TEST_URL": "https://*.example.com" } }, "FunctionName": "cdk-integ-alb-cognito-signin-handler", @@ -909,7 +909,7 @@ }, "Outputs": { "DNS": { - "Value": "certificate-name.kornherm.people.aws.dev" + "Value": "*.example.com" }, "ExportsOutputRefSignin352C80E64BA58F71": { "Value": { diff --git a/packages/@aws-cdk-testing/framework-integ/test/aws-elasticloadbalancingv2/test/integ.alb.oidc.js.snapshot/IntegAlbOidc.template.json b/packages/@aws-cdk-testing/framework-integ/test/aws-elasticloadbalancingv2/test/integ.alb.oidc.js.snapshot/IntegAlbOidc.template.json index 1681a81fa3209..3d8f28434b556 100644 --- a/packages/@aws-cdk-testing/framework-integ/test/aws-elasticloadbalancingv2/test/integ.alb.oidc.js.snapshot/IntegAlbOidc.template.json +++ b/packages/@aws-cdk-testing/framework-integ/test/aws-elasticloadbalancingv2/test/integ.alb.oidc.js.snapshot/IntegAlbOidc.template.json @@ -510,11 +510,11 @@ "Certificate4E7ABB08": { "Type": "AWS::CertificateManager::Certificate", "Properties": { - "DomainName": "certificate-name.kornherm.people.aws.dev", + "DomainName": "*.example.com", "DomainValidationOptions": [ { - "DomainName": "certificate-name.kornherm.people.aws.dev", - "HostedZoneId": "Z06808741Y2D4FYJCD0JO" + "DomainName": "*.example.com", + "HostedZoneId": "Z23ABC4XYZL05B" } ], "Tags": [ @@ -566,7 +566,7 @@ "UserPoolDomainD0EA232A": { "Type": "AWS::Cognito::UserPoolDomain", "Properties": { - "Domain": "z06808741y2d4fyjcd0jo", + "Domain": "z23abc4xyzl05b", "UserPoolId": { "Ref": "UserPool6BA7E5F2" } @@ -587,7 +587,7 @@ "aws.cognito.signin.user.admin" ], "CallbackURLs": [ - "https://certificate-name.kornherm.people.aws.dev/oauth2/idpresponse" + "https://*.example.com/oauth2/idpresponse" ], "GenerateSecret": true, "SupportedIdentityProviders": [ @@ -936,8 +936,8 @@ ] } }, - "HostedZoneId": "Z06808741Y2D4FYJCD0JO", - "Name": "certificate-name.kornherm.people.aws.dev.", + "HostedZoneId": "Z23ABC4XYZL05B", + "Name": "example.com.", "Type": "A" } }, @@ -1108,7 +1108,7 @@ "Variables": { "TEST_USERNAME": "test-user@example.com", "TEST_PASSWORD": "TestUser@123", - "TEST_URL": "https://certificate-name.kornherm.people.aws.dev" + "TEST_URL": "https://*.example.com" } }, "FunctionName": "cdk-integ-alb-oidc-signin-handler",