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

sundog, pluto: run settings generators with network proxy environment vars #2227

Merged
merged 2 commits into from
Jul 25, 2022

Commits on Jul 22, 2022

  1. sundog: run settings generators with network proxy environment vars

    We make sure settings generators are kicked-off with user-specified
    network proxy environment variables.
    etungsten committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    40803c0 View commit details
    Browse the repository at this point in the history
  2. pluto: respect https_proxy and no_proxy when making EKS API reqs

    Both `rusoto` and `aws-sdk-rust` do not respect `https_proxy` and
    `no_proxy` env vars. We have to handle it ourselves by creating a custom
    hyper http 'connector' that's configured with the right proxying
    configuration.
    etungsten committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    538de7a View commit details
    Browse the repository at this point in the history