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

HTTP Proxy Support #87

Open
RedlineTriad opened this issue Nov 4, 2024 · 2 comments
Open

HTTP Proxy Support #87

RedlineTriad opened this issue Nov 4, 2024 · 2 comments

Comments

@RedlineTriad
Copy link

RedlineTriad commented Nov 4, 2024

When using maven-dependency-submission-action this library does not support http_proxy or https_proxy. Breaking self-hosted runners in environments requiring proxy for access to the github api.

Most other github actions libraries seem to handle this implictly.

@brrygrdn
Copy link

👋🏻 @RedlineTriad - yeah, that seems kind of surprising to me too.

Would you mind giving me an example snippet of your workflow for the submission action and verifying how you are setting the http_proxy / https_proxy variables for your workflows?

@RedlineTriad
Copy link
Author

I used the template workflow, and just used self-hosted runners instead:
https://github.com/actions/starter-workflows/blob/main/ci/maven.yml

And we set http_proxy, https_proxy, and no_proxy env vars using the gha self hosted runners helm chart:
https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set/values.yaml#L28-L37

I hope this helps? @brrygrdn

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

No branches or pull requests

2 participants