我设置了一个cassandra群集,需要基于以下参数的双向tls:
client_encryption_options:
enabled: true
require_client_auth: true
我还设置了密钥库和信任库以及它们的密码。我可以从我的客户机连接到cqlsh。
我正在尝试配置基于janusgraph的应用程序以连接到此集群,但我看不到要为此使用哪些janusgraph配置选项。我在看https://docs.janusgraph.org/0.2.0/config-ref.html#_storage_cassandra_ssl_truststore 我已经把这三个 storage.cassandra.ssl.*
属性,但这只提供单向tls(如果 require_client_auth
是假的)。我是否缺少其他设置,或者这是janusgraph不支持的设置?
暂无答案!
目前还没有任何答案,快来回答吧!