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 2021/11/05 06:57:00 UTC

[GitHub] [pulsar-helm-chart] autumnqfeng opened a new pull request #170: The Token management function is not supported when pulsar Manager is deployed using helm Charts.

autumnqfeng opened a new pull request #170:
URL: https://github.com/apache/pulsar-helm-chart/pull/170


   Fixes #<xyz>
   
   ### Motivation
   
   *In pulsar multi-tenant scenario, Pulsar Manager, as a management tool, provides a Web page for token management, but the helm deployment mode does not support token management.*
   
   ### Modifications
   
   * Add token management to Pulsar Manager when deploying pulsar using helm.
   * Mount asymmetric encryption Secret into the Pulsar Manager container and add asymmetric encryption related configurations in `pulsar-manager-configmap.yaml`.
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   


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



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

Posted by GitBox <gi...@apache.org>.
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