You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ma...@apache.org on 2022/07/12 09:15:00 UTC

[kafka] branch 3.1 updated (06e209c0552 -> c2a9d4385b9)

This is an automated email from the ASF dual-hosted git repository.

manikumar pushed a change to branch 3.1
in repository https://gitbox.apache.org/repos/asf/kafka.git


    from 06e209c0552 KAFKA-13474: Allow reconfiguration of SSL certs for broker to controller connection (#12381)
     add c2a9d4385b9 KAFKA-14062: OAuth client token refresh fails with SASL extensions (#12398)

No new revisions were added by this update.

Summary of changes:
 .../kafka/common/security/auth/SaslExtensions.java | 83 ++++++++++++++++++----
 .../security/auth/SaslExtensionsCallback.java      |  4 +-
 .../OAuthBearerClientInitialResponse.java          |  2 +-
 .../kafka/common/security/SaslExtensionsTest.java  | 28 ++++++++
 .../oauthbearer/OAuthBearerLoginModuleTest.java    | 37 ++++++----
 5 files changed, 126 insertions(+), 28 deletions(-)