vault-action icon indicating copy to clipboard operation
vault-action copied to clipboard

[FEAT] Proxy configuration

Open pzamoran opened this issue 3 years ago • 5 comments

Is your feature request related to a problem? Please describe. My current problem is related with runners running inside isolated networks using proxy to connect to Internet. Node is not configured or I don't know how to configure to use the system proxy.

Describe the solution you'd like

  • Include new variables to add proxy configuration. By default empty.

pzamoran avatar Oct 19 '20 08:10 pzamoran

Interesting, it does looks Vault Action does indeed need to take extra steps to support proxies: https://github.com/sindresorhus/got#proxies

RichiCoder1 avatar Oct 19 '20 13:10 RichiCoder1

bump

Xplouder avatar Apr 05 '22 14:04 Xplouder

Has there been any developments on this? I am running into the same issue. I can access our vault deployment using curl with proper proxy EVs set, but hashicorp/vault-action does not work. Proxy support is supposed to be available in @actions/http-client provided by https://github.com/actions/toolkit. Any chance that can be leveraged?

clarktlaugh avatar Aug 10 '22 16:08 clarktlaugh

bumping this up. is there any progress on this?

depatl avatar Oct 12 '22 01:10 depatl

I submitted a PR today to add support: https://github.com/hashicorp/vault-action/pull/374

clarktlaugh avatar Oct 12 '22 02:10 clarktlaugh