-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
httpcaddyfile: Add missing DNS challenge check for acme_dns
#7270
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
Conversation
acme_dnsacme_dns
|
Please add an adapter test to cover this case (see other |
acme_dnsacme_dns
ac1adb9 to
108ac9d
Compare
|
@francislavoie Good point—after testing (and adding the test case), I found that the The new issue doesn't just affect |
|
Yeah makes sense re mock, go ahead and add a simple optional string field to it, useful for testing for sure. |
108ac9d to
d36bad4
Compare
|
@francislavoie Cool, just updated. Also reordered the commits to make a bit more sense. LMK if you'd prefer them squashed etc. |
|
Commit order etc doesn't matter, we squash-merge when the PR is done |
francislavoie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks perfect to me, thank you!
I was getting the following spurious error:
This brings the logic in line with the intended behaviour implied by the error message. (If the current behaviour is correct, then the error message should be changed accordingly.)
Assistance Disclosure
No AI was used.