Question
Coforge
IN
Last activity: 9 Jan 2024 8:30 EST
JMX user ID & Password in prconfig.xml file
We have provided JMX user id and password for Kafka secure connection in prconfig.xml, password is plain text. is there a way to encrypt or do we have any other DSS for JMX user id, password? We are not supposed to use plain text password as client requirement. We are using Pega 8.7.2.
As per the below doc suggested, we have added this prconfig.xml change
https://docs-previous.pega.com/decision-management/87/securing-kafka-and-cassandra-jmx
<env name="dsm/services/stream/pyJmxUser" value="k_jmx_user"/>
<env name="dsm/services/stream/pyJmxPassword" value="k_jmx_password"/>