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

[GitHub] [pulsar-helm-chart] tuteng commented on a change in pull request #170: The Token management function is not supported when pulsar Manager is deployed using helm Charts.

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: dev-unsubscribe@pulsar.apache.org

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