You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Kirk True (Jira)" <ji...@apache.org> on 2023/06/29 21:08:00 UTC

[jira] [Updated] (KAFKA-13443) Kafka broker exits when OAuth enabled and certain configuration not specified

     [ https://issues.apache.org/jira/browse/KAFKA-13443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirk True updated KAFKA-13443:
------------------------------
    Labels: OAuth beginner  (was: beginner)

> 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
>            Assignee: Kirk True
>            Priority: Blocker
>              Labels: OAuth, beginner
>             Fix For: 3.1.0
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> 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.10#820010)