Skip to content
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

New release (episode 3: revenge of the release) #536

Merged
merged 2 commits into from
Nov 16, 2021
Merged

New release (episode 3: revenge of the release) #536

merged 2 commits into from
Nov 16, 2021

Conversation

mjcheetham
Copy link
Collaborator

Changes:

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.
Only set `credential.provider` for dynamic matches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants