This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a change to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from cac4915cc74 [branch-2.10][fix][proxy] Fix using wrong client version
in pulsar proxy (#19576)
new 14152fc5fb6 [fix][test] ProxyWithAuthorizationTest remove SAN from
test certs (#19594)
new 26e10536773 [fix][broker] Make authentication refresh threadsafe
(#19506)
new 4da2487e5c4 [fix][broker] Allow proxy to pass same role for authRole
and originalRole (#19557)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../resources/authentication/tls/broker-cert.pem | 79 +++++-----
.../test/resources/authentication/tls/cacert.pem | 125 ++++++++--------
.../resources/authentication/tls/client-cert.pem | 79 +++++-----
build/regenerate_certs_for_tests.sh | 16 +-
.../broker/authorization/AuthorizationService.java | 26 +++-
.../broker/service/PulsarChannelInitializer.java | 29 ----
.../apache/pulsar/broker/service/ServerCnx.java | 109 ++++++++------
.../pulsar/broker/auth/AuthorizationTest.java | 30 ++--
.../pulsar/broker/service/ServerCnxTest.java | 16 +-
.../proxy/server/ProxyWithAuthorizationTest.java | 162 ++++++++++++---------
.../server/ProxyWithJwtAuthorizationTest.java | 14 +-
.../ProxyWithAuthorizationTest/broker-cacert.pem | 125 ++++++++--------
.../tls/ProxyWithAuthorizationTest/broker-cert.pem | 79 +++++-----
.../ProxyWithAuthorizationTest/client-cacert.pem | 125 ++++++++--------
.../tls/ProxyWithAuthorizationTest/client-cert.pem | 79 +++++-----
.../no-subject-alt-cert.pem | 67 +++++++++
.../{broker-key.pem => no-subject-alt-key.pem} | 0
.../ProxyWithAuthorizationTest/proxy-cacert.pem | 125 ++++++++--------
.../tls/ProxyWithAuthorizationTest/proxy-cert.pem | 79 +++++-----
.../test/resources/authentication/tls/cacert.pem | 125 ++++++++--------
.../resources/authentication/tls/client-cert.pem | 79 +++++-----
.../resources/authentication/tls/server-cert.pem | 79 +++++-----
22 files changed, 890 insertions(+), 757 deletions(-)
create mode 100644
pulsar-proxy/src/test/resources/authentication/tls/ProxyWithAuthorizationTest/no-subject-alt-cert.pem
copy
pulsar-proxy/src/test/resources/authentication/tls/ProxyWithAuthorizationTest/{broker-key.pem
=> no-subject-alt-key.pem} (100%)