opendevstack / opendevstack/ods-core
ods-devenv - support for HTTP PROXY
Open
@georgfedermann is already working on this.
Since Aug 14, 2020.
enhancement
- Dominant language
- Shell
- Stars
- 53
- Forks
- 34
- Avg merge
- 3h 26m
- Merged PRs (30d)
- 1
Description
Is your feature request related to a problem? Please describe.
today ods-devenv/scripts/deploy.sh and all pieces in it - sort of expect to have direct internet access (and so does docker & openshift).
I have not tried it - but I bet this fails in a corp proxy environment.
We should support configuration and usage of HTTP_PROXY / NO_PROXY & HTTPS_PROXY
Topics come to my mind:
- docker (https://docs.docker.com/config/daemon/systemd/)
- oc cluster up (https://github.com/openshift/origin/issues/11323)
- curl requests (here we need to export the proxy settings into the env)
@georgfedermann fyi
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.