What is DescribeUserScramCredentials?
Returns SCRAM authentication details via kafka-configs.sh --describe --entity-type users. Shows the mechanism and iteration count but not the credential itself, so you can verify a user has credentials before troubleshooting SASL failures.
| Version | Kafka | Changes |
|---|---|---|
| DescribeUserScramCredentialsRequest | ||
| v0 | 2.7 | + Users []UserName+ Name string~ Flexible encoding enabled FLEXIBLE |
| DescribeUserScramCredentialsResponse | ||
| v0 | 2.7 | + ThrottleTimeMs int32+ ErrorCode int16+ ErrorMessage string+ Results []DescribeUserScramCredentialsResult+ User string+ ErrorCode int16+ ErrorMessage string+ CredentialInfos []CredentialInfo+ Mechanism int8+ Iterations int32~ Flexible encoding enabled FLEXIBLE |