Uploaded image for project: 'OpenShift Logging'
  1. OpenShift Logging
  2. LOG-1862

Unsupported kafka parameters when enabled Kafka SASL

    XMLWordPrintable

Details

    • 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

    Description

      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>
      

      Attachments

        Issue Links

          Activity

            People

              jcantril@redhat.com Jeffrey Cantrill
              rhn-support-anli Anping Li
              Anping Li Anping Li
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: