JanusGraph / JanusGraph/janusgraph

Enable mTLS between CloudSolrClient and ZooKeeper

Open
#1,760 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

index/solr
Dominant language
Java
Stars
5.8k
Forks
1.2k
Avg merge
13h 53m
Merged PRs (30d)
6

Description

ZooKeeper 3.5.1+ and 3.6.0+ support mTLS for client <-> ZooKeeper connections (see [ZOOKEEPER-2125](https://issues.apache.org/jira/browse/ZOOKEEPER-2125)).

Solr 8.2 is the earliest version of Solr that officially supports a ZooKeeper 3.5.x release (see [SOLR-8346](https://issues.apache.org/jira/browse/SOLR-8346)).

So JanusGraph should add configuration of the keystore and truststore used by the CloudSolrClient for ZooKeeper connections. This is dependent on other JanusGraph issues #1584 and #1569.

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.

Research direction

Start by tracing how CloudSolrClient is configured for ZooKeeper connections and review the dependency issues #1584 and #1569. The work is complete when JanusGraph exposes configuration for the keystore and truststore used by those connections, with the relevant mTLS behavior verified against the supported ZooKeeper versions.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend, databases
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.