Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-26746

Setting Kafka SSL and SASL does not work

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 9.10, 10.10, 11.1-SNAPSHOT
    • Fix Version/s: 9.10-HF28, 10.10-HF02, 11.1, 2021.0
    • Component/s: Streams
    • Release Notes Summary:
      SASL SSL configuration for Kafka is supported.
    • Tags:
    • Backlog priority:
      700
    • Sprint:
      nxcore 11.1.3
    • Story Points:
      3

      Description

      1. install Nuxeo
      2. enable Kafka and set it up for SSL and SASL:
        kafka.ssl=true
        kafka.sasl.enabled=true
        
      3. observe the content of the kafka-config.xml showing the security.protocol is present twice in every section thus not taking into account the SASL_SSL config:
        <property name="security.protocol">SASL_SSL</property>
        <property name="security.protocol">SSL</property>
        
      4. the result is SSL and it should be SASL_SSL in the case of ssl + sasl

      The template common-base/nxserver/config/kafka-config.xml.nxftl must be fixed

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 4 days
                4d