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

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


The following commit(s) were added to refs/heads/master by this push:
     new 11cce3d9feb [Proxy] Suggestion put brokerProxyAllowedTargetPorts in 
proxy.conf (#15069)
11cce3d9feb is described below

commit 11cce3d9feb685514e38c1545f19e077211bd137
Author: Dezhi LIiu <[email protected]>
AuthorDate: Sun Apr 10 11:41:08 2022 +0800

    [Proxy] Suggestion put brokerProxyAllowedTargetPorts in proxy.conf (#15069)
---
 conf/proxy.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/proxy.conf b/conf/proxy.conf
index ed1daefead6..19d9e69e195 100644
--- a/conf/proxy.conf
+++ b/conf/proxy.conf
@@ -82,6 +82,9 @@ webServiceTlsProtocols=
 # Examples:- [TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256]
 webServiceTlsCiphers=
 
+# Allowed broker target ports
+brokerProxyAllowedTargetPorts=6650,6651
+
 # Path for the file used to determine the rotation status for the proxy 
instance when responding
 # to service discovery health checks
 statusFilePath=

Reply via email to