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: try to load proxy from environment if not provided via input #1080

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

Conversation

derdanne
Copy link

@derdanne derdanne commented Jun 7, 2024

Issue #, if available:

#1061

Description of changes:

The current proxy implementation does not load the proxy configuration from the runner environment as stated in the documentation.

This PR solves this by trying to load the proxy configuration from the runner environment, when no "http-proxy" input is given. The used node package checks for the specific endpoint url of the given STS regional endpoint and also respects no_proxy configurations.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@derdanne derdanne force-pushed the feature/proxy-from-environment branch from af0589a to 2d85dd1 Compare June 14, 2024 10:27
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.

1 participant