-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(acm): support Tokens for domainName in Certificate (#4251)
Detect when someone tries to use a Token for a `domainName` in `Certificate`, and require that they supply a validation domain when that happens (necessary because we won't be able to properly calculate the apex domain at CDK run time). This does require that you use the exact same string in the `validationDomains` map; since different instances of equivalent tokens might evaluate to a different string, this requires that you store the stringified token in a variable first. Fixes #4232.
- Loading branch information
1 parent
caa0077
commit ee1283d
Showing
2 changed files
with
47 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters