You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SECURITY NOTICE: If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions here or email AWS security directly.
Summary
If I try and create an App Mesh Virtual Node with a TLS listener whose ACM certificate is in Failed status then the API call returns an HTTP 500:
The current behaviour causes Terraform to go into a minutes long retry loop with an eventual failure and no useful error message.
Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
The text was updated successfully, but these errors were encountered:
Ok, I'm able to repro. Looks like we aren't correctly handling certificates that aren't in the ISSUED state, fix in progress, we'll throw a helpful error.
SECURITY NOTICE: If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions here or email AWS security directly.
Summary
If I try and create an App Mesh Virtual Node with a TLS listener whose ACM certificate is in
Failed
status then the API call returns an HTTP 500:Steps to Reproduce
Relevant Terraform code:
The ACM cert referenced by
aws_acm_certificate.cert.arn
is inFailed
state (because the PCA hasn't had its CA cert installed yet).Are you currently working around this issue?
Installing CA cert on the PCA and reissuing the cert.
Additional context
I have discovered this in the context of adding support to the Terraform AWS Provider: hashicorp/terraform-provider-aws#12541.
The current behaviour causes Terraform to go into a minutes long retry loop with an eventual failure and no useful error message.
Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
The text was updated successfully, but these errors were encountered: