You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2022/04/30 10:11:38 UTC

[pulsar] branch master updated (ebf2487ab2b -> f85fad4bce6)

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

penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from ebf2487ab2b [Improve][admin|client] AsyncHttpConnector doesn't use the system properties configured (#15307)
     add f85fad4bce6 [metrics]  Metrics http interface unified  authentication configuration (#14756)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                   |  3 +
 conf/proxy.conf                                    |  5 ++
 .../apache/pulsar/broker/ServiceConfiguration.java |  6 ++
 .../org/apache/pulsar/broker/PulsarService.java    |  2 +-
 .../broker/stats/MetricsAuthenticationTest.java    | 68 ++++++++++++++++++++++
 .../server/ProxyWithJwtAuthorizationTest.java      | 51 ++++++++++++++--
 6 files changed, 129 insertions(+), 6 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/broker/stats/MetricsAuthenticationTest.java