This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from ea4f7eba335 [fix][io] Fix the Alluxio sink to write messages
successfully after the first file rotation (#19247)
add 3c38ed5a4f6 [feat][broker] Update AuthenticationProvider to simplify
HTTP Authn (#19197)
No new revisions were added by this update.
Summary of changes:
.../authentication/AuthenticationProvider.java | 37 ++++++--
.../AuthenticationProviderToken.java | 17 ++++
.../authentication/AuthenticationService.java | 80 ++++++++++++++--
.../pulsar/broker/web/AuthenticationFilter.java | 48 +---------
.../AuthenticationProviderTokenTest.java | 8 +-
.../broker/auth/AuthenticationServiceTest.java | 104 +++++++++++++++++++++
6 files changed, 226 insertions(+), 68 deletions(-)