-
Notifications
You must be signed in to change notification settings - Fork 27
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
Cleanup only removes the 1st TXT dns entry if more than 1 domain is given #2
Labels
bug
Something isn't working
Comments
Can confirm on Debian for Docker |
Will investigate this |
l0rn
pushed a commit
that referenced
this issue
Apr 20, 2020
Turns out a stateful authenticator can lead to problems. In this case having multiple domains to challenge would overwrite record_id, meaning that during cleanup only one id will actually be deleting. We are now resorting to a stateless call with only domain name and record name. We resolve the correct record id by iterating hetzners responses.
l0rn
pushed a commit
that referenced
this issue
Apr 21, 2020
Fix bug not properly deleting entries during cleanup #2
I had a bad fight with github action filters, but you should have a proper version with |
1.0.2 with the fix was already available to pip ;-) |
Yeah that was a GitHub action mess up ;) from now versioning should continue in an orderly fashion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If more than one domain name is given on issue, only the first entry is removed on cleanup.
e.g.
This generates 2 challenge TXT dns entries, but at the end leads to:
Then I need to cleanup the challenge manually from the DNS table.
OS is CentOS7.
The text was updated successfully, but these errors were encountered: