DNS validated certificate handler sometimes fails with subject alternative names. #7995
Labels
@aws-cdk/aws-certificatemanager
Related to Amazon Certificate Manager
bug
This issue is a bug.
in-progress
This issue is being actively worked on.
p1
The DNS validated certificate handler, only waits for the first certificate ResourceRecord to be available.
This can be a problem when using subject alternative names, as the resource records aren't necessarily all made available at the same time.
Reproduction Steps
Reproduction is sporadic.
Create a certificate request with subject alternative names, wait for it to fail.
Error Log
Environment
Other
The lambda
packages/@aws-cdk/aws-certificatemanager/lambda-packages/dns_validated_certificate_handler
needs to be updated to wait for all ressourcerecords, PR incoming.This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: