influxdata / influxdata/influxdb
[Port to 2.x]: feat: mTLS support (#27534)
Open
@devanbenz is already working on this.
Since Sep 16, 2026.
area/2.x
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
Port master-1.x commit https://github.com/influxdata/influxdb/commit/3cbe3e62dc to main-2.x.
Adds client certificate verification (mutual TLS) to the HTTPS listener. 2.x has no pkg/tlsconfig; server-side support needs to be implemented in the launcher TLS setup (ClientAuth / ClientCAs on the server tls.Config, new tls-client-* flags). The opentsdb, subscriber and client/v2 parts have no 2.x equivalent.
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.
Assessment
This issue has not been assessed yet.