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
This means that if WithTimeout or WithUserAgent are called, these will be ignored when fetching the root cert. If future client options are added, these would likely also be ignored.
If this is unintentional, I can send a PR to fix it.
The text was updated successfully, but these errors were encountered:
Description
RootCert
callshttp.Get
, which uses the default client:fulcio/pkg/api/client.go
Line 138 in 56c15d6
Contrast with
SigningCert
, which uses the provided*http.Client
if one was provided:fulcio/pkg/api/client.go
Line 97 in 56c15d6
This means that if
WithTimeout
orWithUserAgent
are called, these will be ignored when fetching the root cert. If future client options are added, these would likely also be ignored.If this is unintentional, I can send a PR to fix it.
The text was updated successfully, but these errors were encountered: