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

Random order of AWS ACM certificate validation options breaks certificate request #34

Closed
abstrask opened this issue May 15, 2019 · 0 comments

Comments

@abstrask
Copy link
Contributor

Terraform "aws_acm_certificate" has always returned the validation option for the certificate common name (CN) as element 0, and any subject alternative names (SAN) after.

This is crucial to us, since we create DNS validations records in different DNS zones (in different AWS accounts), for CN and SANs respectively.

Recently, Amazon seems to return the validations options in random order, resulting in a high risk of attempting to validate certificate, by creating DNS records in wrong/invalid zones. Thus certificate validation, and consequently the pipeline fails.

See also hashicorp/terraform-provider-aws#8531.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant