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

Overlapping domain TXT records lead to race condition. #89

Closed
jekor opened this issue Sep 10, 2019 · 1 comment
Closed

Overlapping domain TXT records lead to race condition. #89

jekor opened this issue Sep 10, 2019 · 1 comment

Comments

@jekor
Copy link

jekor commented Sep 10, 2019

Steps to reproduce: Create a configuration with two acme_certificate resources, one of which has a common name (or SAN) for which the other has a wildcard of the same name (e.g. users.example.com and *.users.example.com). The ACME record name for both will be the same (_acme-challenge.users.example.com), which is supported by ACME, but causes problems for this provider.

It looks like either the second certificate's TXT record is never created or is removed after the first certificate is validated. Terraform will then eventually timeout on the other resource (failing for both certificates).

@jekor
Copy link
Author

jekor commented Sep 10, 2019

Closing as I cannot be certain that this is what was occurring.

@jekor jekor closed this as completed Sep 10, 2019
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