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

feat: add proxy support for konnect #890

Closed
wants to merge 5 commits into from

Conversation

alex-tectu
Copy link

This pull request adds a new parameter called "proxy-addr". This parameter is designed to help users who are trying to access Kong Konnect behind their company's network firewall. By specifying a proxy address, users can bypass the firewall and access Kong Konnect.

Example:
deck ping --proxy-addr http://proxy.example.com:8080

@alex-tectu alex-tectu requested a review from a team April 11, 2023 12:38
@CLAassistant
Copy link

CLAassistant commented Apr 11, 2023

CLA assistant check
All committers have signed the CLA.

utils/types.go Outdated Show resolved Hide resolved
@Tieske
Copy link
Member

Tieske commented Jun 22, 2023

@GGabriele instead of adding a custom option, shouldn't we just honor the OS env variables for proxies? just a thought

@Tieske
Copy link
Member

Tieske commented Jun 22, 2023

e.g. use this function instead; https://pkg.go.dev/net/http#ProxyFromEnvironment

@Tieske
Copy link
Member

Tieske commented Jul 3, 2023

replaced by #952

@Tieske Tieske closed this Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants