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

chore: replace GetRecord by GetChallengeInfo #1863

Merged
merged 4 commits into from
Mar 7, 2023

Conversation

ldez
Copy link
Member

@ldez ldez commented Mar 3, 2023

The name of the function GetRecord was ambiguous because it didn't return a record, but just information about the challenge (FQDN and token value).

I also do that because of a bug with the acme-dns provider: #1861

The provider acme-dns must not use the FQDN produced by following CNAMEs because the CNAMEs are handled internally by the provider.

Fixes #1861

@ldez ldez added this to the v4.11 milestone Mar 3, 2023
@ldez ldez requested a review from dmke March 3, 2023 11:28
@ldez ldez force-pushed the feat/challenge-info branch from 05d8a8d to 2aa38f9 Compare March 3, 2023 11:29
Copy link
Member

@dmke dmke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'll take me some time to go through the changes, as I am a bit busy at the moment. I'll probably find some time tomorrow, though.

@ldez ldez force-pushed the feat/challenge-info branch from 2aa38f9 to cbadbfa Compare March 3, 2023 14:37
@ldez ldez force-pushed the feat/challenge-info branch from cbadbfa to 1a92f82 Compare March 3, 2023 14:38
Copy link
Member

@dmke dmke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code changes LGTM. I've left some remarks for the documentation.

challenge/dns01/dns_challenge.go Outdated Show resolved Hide resolved
challenge/dns01/dns_challenge.go Outdated Show resolved Hide resolved
ldez and others added 2 commits March 6, 2023 21:30
Co-authored-by: Dominik Menke <git@dmke.org>
@ldez
Copy link
Member Author

ldez commented Mar 6, 2023

@dmke prepare your body my next PR will be a special 😸

@ldez ldez merged commit e638d79 into go-acme:master Mar 7, 2023
@ldez ldez deleted the feat/challenge-info branch March 7, 2023 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants