-
Bug
-
Resolution: Done
-
Major
-
Logging 5.3.0
-
False
-
False
-
NEW
-
NEW
-
This fix corrects the configuration parameter names used when configuring a Kafka output to utilize username and password for authentication.
-
-
Logging (Core) - Sprint 209
The kakfa output parameters are 'sasl_plain_username,sasl_plain_password'. It should be ' 'username and password' .
Version: cluster-logging.5.3.0-39
Actual result:
<label @KAFKA_APP> <match **> @type kafka2 ......... sasl_plain_username "......" sasl_plain_password "....." ssl_ca_cert '/var/run/ocp-collector/secrets/kafka-fluentd/ca-bundle.crt' sasl_over_ssl true ....... </match> </label>
Expected result:
<label @KAFKA_APP> <match **> @type kafka2 ......... *username* "......" *password* "....." ssl_ca_cert '/var/run/ocp-collector/secrets/kafka-fluentd/ca-bundle.crt' sasl_over_ssl true ....... </match> </label>
- clones
-
LOG-1378 CLO should support sasl_plaintext(Password over http)
- Closed
- links to