You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jakub Stejskal (Jira)" <ji...@apache.org> on 2022/06/07 20:07:00 UTC

[jira] [Created] (KAFKA-13964) kafka-configs.sh end with UnsupportedVersionException when describing TLS user with quotas

Jakub Stejskal created KAFKA-13964:
--------------------------------------

             Summary: kafka-configs.sh end with UnsupportedVersionException when describing TLS user with quotas 
                 Key: KAFKA-13964
                 URL: https://issues.apache.org/jira/browse/KAFKA-13964
             Project: Kafka
          Issue Type: Bug
          Components: admin, kraft
    Affects Versions: 3.2.0
         Environment: Kafka 3.2.0 running on OpenShift 4.10 in KRaft mode managed by Strimzi
            Reporter: Jakub Stejskal


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

 
{code:java}
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{code}
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).

 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)