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
registry: only set credential.provider for dynamic matches
Only set the credential.provider setting after auto-detection of the
provider that used dynamic (network calls) matches.
Currently we set the provider config setting after a successful
auto-detection, even if we matched "simply" based on the host name (and
didn't need a network call).
The original idea of this "set after detect" was really to avoid having
to do auto-detection _that involved a network call_, and not the cheap
static matches.
Change the logic in the host provider registry to only persist the
provider setting if the network call was made.
0 commit comments