cloudfoundry / cloudfoundry/uaa-cli

Support socsk5

Open
#14 2 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

unscheduled
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.