conduktor.io ↗

sasl.oauthbearer.assertion.claim.exp.seconds — Kafka Broker Configuration

The number of seconds in the future for which the JWT is valid. The value is used to determine the JWT exp (Expiration) claim based on the current system time when the JWT is created.

Description

The number of seconds in the future for which the JWT is valid. The value is used to determine the JWT exp (Expiration) claim based on the current system time when the JWT is created.The formula to generate the exp claim is very simple:Let: x = the current timestamp in seconds, on client y = the value of this configurationThen: exp = x + yNote: If a value for sasl.oauthbearer.assertion.file is provided, this configuration will be ignored.

Default Values by Kafka Version

Kafka VersionDefault Value
4.1300
4.2300
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.