You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using WaitAuthorization or WaitOrder is not practical due to its blocking,
for example in Kubernetes controllers, the GetAuthorization can be used.
This change adds the RetryAfter field to the Authorization, Order and Challenge
objects returned by GetAuthorization, GetOrder and GetChallenge so it can be
used by these implementations that use their own polling mechanism.
The new RetryAfter field is populated by the "Retry-After" header in the HTTP
response.
Fixesgolang/go#74454
Signed-off-by: Adam Talbot <[email protected]>
0 commit comments