This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 12e6dd558b6 [fix][misc] Use ubuntu 22.04 for Pulsar images (#20475)
add da04f24b6e8 [fix][test] Replace calls to Auth0 with calls to wiremock
(#20500)
No new revisions were added by this update.
Summary of changes:
.../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 +-
8 files changed, 208 insertions(+), 133 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/auth/MockOIDCIdentityProvider.java