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

adding proxy support + fixing build script #528

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

assafjh
Copy link

@assafjh assafjh commented Nov 7, 2023

Desired Outcome

Conjur API uses the net/http module which supports proxy.
When creating a new HTTPS client we ignore proxy configuration at http.Transport
Implemented Changes

build.sh doesn't work since the script path is not at root folder

Implemented Changes

http.ProxyFromEnvironment was added to http.Transport - we now support http_proxy, https_proxy, no_proxy from env params.

build.sh script was amended with correct path - script will cd to repo root

@szh szh requested a review from a team November 7, 2023 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants