JanusGraph / JanusGraph/janusgraph
Enable mTLS between CloudSolrClient and ZooKeeper
Nobody has claimed this yet.
- 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
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
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