Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding ACM Cert Arn as a parameter for WebUICDN CloudFront distribution #491

Merged
merged 3 commits into from
Sep 21, 2023

Conversation

ccl19
Copy link
Contributor

@ccl19 ccl19 commented Sep 20, 2023

Issue #, if available:

Description of changes:
Added the ACM Cert Arn as a parameter, to enable automated blue-green deployment.

Description of testing performed to validate your changes (required if pull request includes CloudFormation or source code changes):
Re-staged bucket then redeployed by adding a ACM cert ARN. Distribution is created with the correct certificate attached.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -466,6 +466,10 @@ Parameters:
Default: 'nr50Qdu7FM94n2X1GYuhA8cFzyvdYTJ5Qka4XMOd'
NoEcho: true

ACMCertificateArn:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this parameter should be added in the "Optional Integrations" group to avoid having it floating at the end (it looks like it's part of the Fenix integration)

And add a comment that is optional only required for deployment with a custom CNAME domain

Copy link
Contributor

@BastLeblanc BastLeblanc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all good now

@BastLeblanc BastLeblanc merged commit b80137c into aws-samples:master Sep 21, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Shipped
Development

Successfully merging this pull request may close these issues.

2 participants