Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-13964

kafka-configs.sh end with UnsupportedVersionException when describing TLS user with quotas

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • 3.2.0
    • None
    • admin, kraft
    • None
    • Kafka 3.2.0 running on OpenShift 4.10 in KRaft mode managed by Strimzi

    Description

      Usage of kafka-configs.sh end with org.apache.kafka.common.errors.UnsupportedVersionException: The broker does not support DESCRIBE_USER_SCRAM_CREDENTIALS when describing TLS user with quotas enabled.

       

      bin/kafka-configs.sh --bootstrap-server localhost:9092 --describe --user CN=encrypted-arnost` got status code 1 and stderr: ------ Error while executing config command with args '--bootstrap-server localhost:9092 --describe --user CN=encrypted-arnost' java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.UnsupportedVersionException: The broker does not support DESCRIBE_USER_SCRAM_CREDENTIALS

      STDOUT contains all necessary data, but the script itself ends with return code 1 and the error above. Scram-sha has not been configured anywhere in that case (not supported by KRaft). This might be fixed by adding support for scram-sha in the next version (not reproducible without KRaft enabled).

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jstejska Jakub Stejskal
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: