File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
common/src/main/resources Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,16 @@ kafka {
99
99
idle-timeout = ${?KAFKA_IDLE_TIMEOUT}
100
100
security.protocol=""
101
101
security.protocol=${?KAFKA_SECURITY}
102
- ssl.truststore.location = ""
103
- ssl.truststore.location = ${?TRUSTSTORE_PATH}
104
- ssl.truststore.password = ""
105
- ssl.truststore.password = ${?TRUSTSTORE_PASSWORD}
106
- ssl.endpoint = ""
107
- ssl.endpoint = ${?KAFKA_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG}
102
+ # ssl.truststore.location = ""
103
+ # ssl.truststore.location = ${?TRUSTSTORE_PATH}
104
+ # ssl.truststore.password = ""
105
+ # ssl.truststore.password = ${?TRUSTSTORE_PASSWORD}
106
+ # ssl.endpoint = ""
107
+ # ssl.endpoint = ${?KAFKA_SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG}
108
+ sasl.mechanism="AWS_MSK_IAM"
109
+ # sasl.mechanism=${?KAFKA_SASL_MECHANISM}
110
+ sasl.jaas.config="software.amazon.msk.auth.iam.IAMLoginModule required;"
111
+ # sasl.jaas.config="{?KAFKA_SASL_JAAS_CONFIG}"
112
+ sasl.client.callback.handler.class="software.amazon.msk.auth.iam.IAMClientCallbackHandler"
113
+ #sasl.client.callback.handler.class="{?KAFKA_SASL_CLASS}"
108
114
}
You can’t perform that action at this time.
0 commit comments