This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 965cb3829bd [fix][fn] Go functions need to use static grpcPort in k8s
runtime (#20404)
new 891a62103ae [improve][ci] Increase Maven max heap size to 1024m in all
GHA workflows (#20487)
new b53d3450db2 [fix][test] Replace calls to Auth0 with calls to wiremock
(#20500)
The 2 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:
.github/workflows/ci-go-functions.yaml | 2 +-
.github/workflows/ci-maven-cache-update.yaml | 2 +-
.github/workflows/ci-owasp-dependency-check.yaml | 2 +-
.../broker/auth/MockOIDCIdentityProvider.java | 150 +++++++++++++++++++++
...kenOauth2AuthenticatedProducerConsumerTest.java | 131 +++---------------
.../authentication/token/credentials_file.json | 4 +-
pulsar-proxy/pom.xml | 6 +
.../pulsar/proxy/server/ProxyTlsTestWithAuth.java | 15 ++-
pulsar-testclient/pom.xml | 7 +
.../Oauth2PerformanceTransactionTest.java | 24 ++--
.../authentication/token/credentials_file.json | 4 +-
11 files changed, 211 insertions(+), 136 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/auth/MockOIDCIdentityProvider.java