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

Bug 2048451: Fix proxy dial to pick all proxies #5743

Merged
merged 2 commits into from
Apr 21, 2022

Commits on Apr 19, 2022

  1. aws: Fix proxy dial to pick all proxies

    The current proxy dial function does not consider proxy
    information provided in some environment variables like
    http_proxy etc when checking if the service principal
    provided is reachable. Adding a function that checks a few
    env variables and dials the service to see if it is reachable.
    rna-afk committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    f677047 View commit details
    Browse the repository at this point in the history
  2. vendor: Removing net packages

    Removing net packages as they are no longer being directly
    used. Moving them to indirect packages.
    rna-afk committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    56f3264 View commit details
    Browse the repository at this point in the history