You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ce...@apache.org on 2022/12/05 14:38:48 UTC

[kafka] branch trunk updated (13c9c78a1f4 -> 1c10d107fe5)

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

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


    from 13c9c78a1f4 MINOR: Remove unnecessary scalac warnings suppression (#12953)
     add 1c10d107fe5 KAFKA-14293: Basic Auth filter should set the SecurityContext after a successful login (#12846)

No new revisions were added by this update.

Summary of changes:
 build.gradle                                       |   1 +
 checkstyle/import-control.xml                      |   1 +
 .../basic/auth/extension/JaasBasicAuthFilter.java  | 115 +++++++++++++++------
 .../auth/extension/JaasBasicAuthFilterTest.java    |  26 ++++-
 gradle/dependencies.gradle                         |   2 +
 5 files changed, 110 insertions(+), 35 deletions(-)