sasl.oauthbearer.assertion.private.key.passphrase — Kafka Broker Configuration
The optional passphrase to decrypt the private key file specified by sasl.oauthbearer.
Description
The optional passphrase to decrypt the private key file specified by sasl.oauthbearer.assertion.private.key.file.Note: If the file referred to by sasl.oauthbearer.assertion.private.key.file is modified on the file system at runtime and it was created with a different passphrase than it was previously, the client will not be able to access the private key file because the passphrase is now out of date. For that reason, when using private key passphrases, either use the same passphrase each time, or—for improved security—restart the Kafka client using the new passphrase configuration.Note: If a value for sasl.oauthbearer.assertion.file is provided, this configuration will be ignored.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 4.1 | null |
| 4.2 | null |