Skip to content

Commit

Permalink
Merge pull request #2 from pahud/pahud-fix
Browse files Browse the repository at this point in the history
update integ tests
  • Loading branch information
glitchassassin committed May 24, 2024
2 parents ef15e7d + 77bbb00 commit ad5687f
Show file tree
Hide file tree
Showing 14 changed files with 491 additions and 506 deletions.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -394,11 +394,11 @@
"Certificate4E7ABB08": {
"Type": "AWS::CertificateManager::Certificate",
"Properties": {
"DomainName": "jmw.adms.tbtech.com",
"DomainName": "*.example.com",
"DomainValidationOptions": [
{
"DomainName": "jmw.adms.tbtech.com",
"HostedZoneId": "Z05299392XSBPCID3AHUE"
"DomainName": "*.example.com",
"HostedZoneId": "Z23ABC4XYZL05B"
}
],
"Tags": [
Expand Down Expand Up @@ -611,7 +611,7 @@
"openid"
],
"CallbackURLs": [
"https://jmw.adms.tbtech.com/oauth2/idpresponse"
"https://*.example.com/oauth2/idpresponse"
],
"ExplicitAuthFlows": [
"ALLOW_USER_PASSWORD_AUTH",
Expand All @@ -630,7 +630,7 @@
"Domain66AC69E0": {
"Type": "AWS::Cognito::UserPoolDomain",
"Properties": {
"Domain": "z05299392xsbpcid3ahue",
"Domain": "z23abc4xyzl05b",
"UserPoolId": {
"Ref": "UserPool6BA7E5F2"
}
Expand Down Expand Up @@ -661,8 +661,8 @@
]
}
},
"HostedZoneId": "Z05299392XSBPCID3AHUE",
"Name": "jmw.adms.tbtech.com.",
"HostedZoneId": "Z23ABC4XYZL05B",
"Name": "example.com.",
"Type": "A"
}
},
Expand All @@ -687,7 +687,7 @@
]
]
},
"InstallLatestAwsSdk": "false"
"InstallLatestAwsSdk": false
},
"DependsOn": [
"UserCustomResourcePolicyC2EB5139"
Expand Down Expand Up @@ -749,7 +749,7 @@
]
]
},
"InstallLatestAwsSdk": "false"
"InstallLatestAwsSdk": false
},
"DependsOn": [
"UserCustomResourcePolicyC2EB5139",
Expand Down Expand Up @@ -827,7 +827,7 @@
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
},
"S3Key": "4c349b026f9dadd9a6737d4682c2da3e53101244798442ccec89ee0a0bd96f26.zip"
"S3Key": "107e4ea7fe26b0049a79003e5710556207812d452795845039064ba20e7b7d56.zip"
},
"Handler": "index.handler",
"Role": {
Expand Down Expand Up @@ -887,7 +887,7 @@
"Variables": {
"TEST_USERNAME": "test-user@example.com",
"TEST_PASSWORD": "TestUser@123",
"TEST_URL": "https://jmw.adms.tbtech.com"
"TEST_URL": "https://*.example.com"
}
},
"FunctionName": "cdk-integ-alb-cognito-signin-handler",
Expand All @@ -909,7 +909,7 @@
},
"Outputs": {
"DNS": {
"Value": "jmw.adms.tbtech.com"
"Value": "*.example.com"
},
"ExportsOutputRefSignin352C80E64BA58F71": {
"Value": {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad5687f

Please sign in to comment.