influxdata / influxdata/influxdb-client-python

Socks proxy support

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

Nobody has claimed this yet.

Dominant language
Python
Stars
793
Forks
186
Avg merge
3h 2m
Merged PRs (30d)
1

Description

Proposal:
Socks proxy support

Current behavior:
The current proxy setup support http proxy, but not socks protocol

Desired behavior:
Ability to set proxy url like:
socks5h://127.0.0.1:1080

Alternatives considered:
Ability to rely on http(s)_proxy / no_proxy env vars

Use case:
The host I use relies on socks proxy to join external networks, and then join influxdb server.

Contributor guide

No contributing guide indexed for this repository

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.

Research direction

Start by tracing the existing HTTP proxy setup in the client and its transport configuration, then inspect how proxy behavior is tested. The work is complete when a proxy URL such as socks5h://127.0.0.1:1080 can be configured and used to connect to an InfluxDB server, with coverage for the new behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, networking
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.