cloudfoundry / cloudfoundry/uaa-cli
Support socsk5
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 22
- Forks
- 14
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 11
Description
I've built uaa with golang 1.10 and I tried the following env vars but uaa is not using the socks5 tunnel. Could we please add support (or is there a diff env var I should use for socks5 proxies?)
export HTTP_PROXY=socks5://localhost:9999
export HTTPS_PROXY=socks5://localhost:9999
uaa target https://10.10.1.4:8443 --skip-ssl-validation
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the uaa target command handles HTTP_PROXY and HTTPS_PROXY, then check whether the Go 1.10 networking path supports the requested socks5 scheme. Reproduce the command against the stated endpoint through localhost:9999. Done means the tunnel is used, or the supported proxy environment variable is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100