tuteng commented on a change in pull request #170:
URL: https://github.com/apache/pulsar-helm-chart/pull/170#discussion_r793221793



##########
File path: charts/pulsar/templates/pulsar-manager-configmap.yaml
##########
@@ -27,5 +27,10 @@ metadata:
     {{- include "pulsar.standardLabels" . | nindent 4 }}
     component: {{ .Values.pulsar_manager.component }}
 data:
+  {{- if and (and .Values.auth.authorization.enabled 
.Values.auth.authentication.enabled) (eq .Values.auth.authentication.provider 
"jwt")}}
+  JWT_BROKER_TOKEN_MODE: PRIVATE

Review comment:
       pulasr-manager also supports another `SECRET` 
https://github.com/apache/pulsar-manager/tree/master/src#enable-jwt-auth mode, 
perhaps you can configure it as an optional parameter




-- 
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