Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

ops does not support HTTP_PROXY and HTTPS_PROXY env var

Open
#175 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
go
Domain
cli, networking

Research direction

Start with the ops CLI's update path and its use of the Go git library; reproduce the failure after setting HTTP_PROXY and HTTPS_PROXY, then trace how the variables reach the git operation. Done means ops -update works through the configured proxy, with a regression check for the environment variables.

Written by the indexing model from the issue text.

Description

help wanted
  • I have searched the issues of this repository and believe that this is not a duplicate.
Ⅰ. Issue Description

Since we are using the go git library it is supposed it supports the standard environment variables HTTP(S)_PROXY ... but it does not.

Ⅱ. Describe what happened

seth the variables, and try ops -update... error!

Ⅲ. Describe what you expected to happen

it should work!

Ⅳ. How to reproduce it (as minimally and precisely as possible)

set the variables and try it

Ⅴ. Anything else we need to know?
Ⅵ. Environment:
  • K8S Runtime and version:
  • OPS CLI version: 0.1.0-2409121919.dev
  • Others:
Dominant language
Python
Stars
576
Forks
29
Avg merge
51m
Merged PRs (30d)
13

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/openserverless

All issues in apache/openserverless

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.