0 comments (0 comments)5 reactions (5 reactions)0 assignees (0 assignees)TypeScript1,433 forks (1,433 forks)batch import
area/buildenhancementgood first issue
Repository metrics
- Stars
- 22,003 stars (22,003 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
What would you like to be added:
- For binary.download to be able to use proxy ENV variables
Why is this needed:
- To be able to download the 3 binaries when behind a proxy and building from source
Environment you are Lens application on:
- RHEL 8.6 x86_64 VM.
- Lens 6.0.1 git clone.
Contributor guide
- Research direction
- Investigate the binary download module and identify where HTTP requests are made. Modify the request configuration to respect proxy environment variables (HTTP PROXY, HTTPS PROXY, NO PROXY).
- Tech stack
- typescriptnodejs
- Domain
- developer experience
- Issue type
- Feature
- Prerequisites
- TypeScriptGitNode.js