-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Fix ACME tidy to not reference acmeContext #21870
Conversation
acmeContext is useful for when we need to reference things with a ACME base URL, but everything used in tidy doesn't need this URL as it is not coming from an ACME request. Refactor tidy to remove references to acmeContext, including dependent functions in acme_state.go. Signed-off-by: Alexander Scheel <[email protected]>
Signed-off-by: Alexander Scheel <[email protected]>
Co-authored-by: kitography <[email protected]> Signed-off-by: Alexander Scheel <[email protected]>
Co-authored-by: kitography <[email protected]> Signed-off-by: Alexander Scheel <[email protected]>
Co-authored-by: kitography <[email protected]> Signed-off-by: Alexander Scheel <[email protected]>
Co-authored-by: kitography <[email protected]> Signed-off-by: Alexander Scheel <[email protected]>
Resolve: #21872 Co-authored-by: kitography <[email protected]> Signed-off-by: Alexander Scheel <[email protected]>
Co-authored-by: kitography <[email protected]> Signed-off-by: Alexander Scheel <[email protected]>
9c1ab4b
to
adeb296
Compare
Signed-off-by: Alexander Scheel <[email protected]>
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.
LGTM :)
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.
Changes look good, thanks @stevendpclark!
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.
Great extra test, and I love the wait for tidy to finish funciton.
acmeContext
is useful for when we need to reference things with a ACME base URL, but everything used in tidy doesn't need this URL as it is not coming from an ACME request.Refactor tidy to remove references to
acmeContext
, including dependent functions inacme_state.go
.Resolves: #21866
Resolves: #21872