Kirk True created KAFKA-13443: --------------------------------- Summary: Kafka broker exits when OAuth enabled and certain configuration not specified Key: KAFKA-13443 URL: https://issues.apache.org/jira/browse/KAFKA-13443 Project: Kafka Issue Type: Bug Components: config, security Affects Versions: 3.1.0 Reporter: Kirk True Fix For: 3.1.0
The {{sasl.oauthbearer.jwks.endpoint.retry.backoff.ms}} and {{sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms}} configuration options were added to the {{SaslConfig}} class but their default values were not added to {{{}KafkaConfig{}}}. As a result, when the OAuth validation feature is enabled in the broker and those two configuration values aren't explicitly provided by the user, the broker exits. The fix is to define them in the {{KafkaConfig}} class. -- This message was sent by Atlassian Jira (v8.20.1#820001)