You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/19 13:37:44 UTC

[GitHub] [pulsar] liudezhi2098 commented on a change in pull request #14756: [metrics] Metrics http interface unified authentication configuration

liudezhi2098 commented on a change in pull request #14756:
URL: https://github.com/apache/pulsar/pull/14756#discussion_r830485002



##########
File path: pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/ProxyConfiguration.java
##########
@@ -332,10 +332,10 @@
     private boolean forwardAuthorizationCredentials = false;
     @FieldContext(
         category = CATEGORY_AUTHENTICATION,
-        doc = "Whether the '/metrics' endpoint requires authentication. Defaults to true."
+        doc = "Whether the '/metrics' endpoint requires authentication. Defaults to false."
             + "'authenticationEnabled' must also be set for this to take effect."
     )
-    private boolean authenticateMetricsEndpoint = true;
+    private boolean authenticateMetricsEndpoint = false;

Review comment:
       ok




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org