lhotari commented on code in PR #25185:
URL: https://github.com/apache/pulsar/pull/25185#discussion_r2773980126


##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -1796,6 +1796,14 @@ The max allowed delay for delayed delivery (in 
milliseconds). If the broker rece
         doc = "Enable authentication"
     )
     private boolean authenticationEnabled = false;
+

Review Comment:
   I'll merge now so that this makes it to the next set of releases. This could 
be addressed in a follow up PR.



##########
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java:
##########
@@ -1796,6 +1796,14 @@ The max allowed delay for delayed delivery (in 
milliseconds). If the broker rece
         doc = "Enable authentication"
     )
     private boolean authenticationEnabled = false;
+
+    @FieldContext(
+        category = CATEGORY_AUTHENTICATION,
+        doc = "Strictly enforce authentication method. If specified, Pulsar 
will only attempt to authenticate with "
+                + "the provided method. If no method is provided, 
authentication fails."

Review Comment:
   I'll merge now so that this makes it to the next set of releases. This could 
be addressed in a follow up PR.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to