我正在使用datastax cassandra我有一些与使用JAVA的cassandra连接相关的查询,下面是我目前用来连接cassandra的代码。
cluster = Cluster.builder().addContactPoint("127.0.0.1").withCredentials("cassandra", "cassandra").withPort(9042).build();
但由于这有一些安全问题,如用户名和密码可见,我不能采用这种方法。 有没有通过用户名和密码安全连接的方法
我已经阅读了一些文章,发现我们可以通过 Using SSL connections 但是无法确切地知道怎么做,如果有人能够详细说明SSL方法,那就太棒了
我还想知道有没有其他方法可以做到这一点
答案 0 :(得分:0)
有很多在线资源可以帮助您(不确定您使用的是dse还是社区):
http://docs.datastax.com/en/latest-dse/datastax_enterprise/sec/secTOC.html
http://www.datastax.com/dev/blog/4-simple-rules-when-using-the-datastax-drivers-for-cassandra
https://www.pythian.com/blog/cassandra-3-9-security-feature-walk/
https://www.slideshare.net/DataStax/securing-cassandra-for-compliance