influxdata / influxdata/influxdb
Save "--skip-verify" into Influx CLI configs
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
__Use case:__
InfluxDB OSS v2 allows to configure HTTPS with a self-signed certificate. But when you do this, influx CLI fails to verify TLS, and you need to pass the "--skip-verify" parameter on every call...
__Proposal:__
Save the "--skip-verify" mode in the "configs" file, in the same way as you save the URL, user, etc.
Contributor guide
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.
Research direction
Read the contributing section of the README, then inspect the Influx CLI's config handling and the configs file behavior. Confirm how URL and user settings are persisted, and define done as saving --skip-verify there so subsequent CLI calls reuse it without the flag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100