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
acme: add RetryAfter field to the Authorization object returned by GetAuthorization.
When using WaitAuthorization 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 object returned by GetAuthorization 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.
The WaitAuthorization method will never set this new field, since it does not return while the challenges are still pending.
Signed-off-by: Adam Talbot <[email protected]>
0 commit comments