Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Apr 26, 2024
1 parent d6e87c0 commit 4016dbf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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",
Expand All @@ -630,7 +630,7 @@
"Domain66AC69E0": {
"Type": "AWS::Cognito::UserPoolDomain",
"Properties": {
"Domain": "z06808741y2d4fyjcd0jo",
"Domain": "z23abc4xyzl05b",
"UserPoolId": {
"Ref": "UserPool6BA7E5F2"
}
Expand Down Expand Up @@ -661,8 +661,8 @@
]
}
},
"HostedZoneId": "Z06808741Y2D4FYJCD0JO",
"Name": "certificate-name.kornherm.people.aws.dev.",
"HostedZoneId": "Z23ABC4XYZL05B",
"Name": "example.com.",
"Type": "A"
}
},
Expand Down Expand Up @@ -887,7 +887,7 @@
"Variables": {
"TEST_USERNAME": "[email protected]",
"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",
Expand All @@ -909,7 +909,7 @@
},
"Outputs": {
"DNS": {
"Value": "certificate-name.kornherm.people.aws.dev"
"Value": "*.example.com"
},
"ExportsOutputRefSignin352C80E64BA58F71": {
"Value": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -566,7 +566,7 @@
"UserPoolDomainD0EA232A": {
"Type": "AWS::Cognito::UserPoolDomain",
"Properties": {
"Domain": "z06808741y2d4fyjcd0jo",
"Domain": "z23abc4xyzl05b",
"UserPoolId": {
"Ref": "UserPool6BA7E5F2"
}
Expand All @@ -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": [
Expand Down Expand Up @@ -936,8 +936,8 @@
]
}
},
"HostedZoneId": "Z06808741Y2D4FYJCD0JO",
"Name": "certificate-name.kornherm.people.aws.dev.",
"HostedZoneId": "Z23ABC4XYZL05B",
"Name": "example.com.",
"Type": "A"
}
},
Expand Down Expand Up @@ -1108,7 +1108,7 @@
"Variables": {
"TEST_USERNAME": "[email protected]",
"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",
Expand Down

0 comments on commit 4016dbf

Please sign in to comment.