加密密码kafka ssl设置

时间:2017-04-06 08:24:12

标签: ssl apache-kafka

我想加密kafka集群的ssl设置密码。

我当前的设置:

listeners=SSL://:9095, PLAINTEXT://:9094
ssl.keystore.location=keystore.jks
ssl.keystore.password=password
ssl.key.password=phoenix
ssl.truststore.location=keystore.jks
ssl.truststore.password=password
security.inter.broker.protocol=SSL

但我不想要一个简单的密码,期望加密这个密码

1 个答案:

答案 0 :(得分:0)

我不认为kafka提供了存储加密密码的任何选项。此doc具体说明Since we are storing passwords in the broker config, it is important to restrict access via file system permissions.