github-status-updater icon indicating copy to clipboard operation
github-status-updater copied to clipboard

Handle HTTPS_PROXY in http.Transport

Open David-Crty opened this issue 1 year ago • 0 comments

what

  • Adding the possibility to properly handle the HTTPS_PROXY env var

why

  • In some infra context the remote GitHub endpoint (eg: api.github.com is accessible only through a remote proxy)
  • Currently if you set HTTPS_PROXY, the variable is ignored

references

  • Other PR that also tries to resolve this issue but has a conflict https://github.com/cloudposse/github-status-updater/pull/16

Let me know if can do more to get this feature merged

David-Crty avatar Jul 11 '23 11:07 David-Crty