Awsmsniper commented on issue #447: URL: https://github.com/apache/pulsar-helm-chart/issues/447#issuecomment-1912420473
> > Thank you for your reply. Could you please take a look at the configuration of jwt in your values. yaml? Here is my configuration, is there any error? > > Have you run the prepare step? https://pulsar.apache.org/docs/3.1.x/helm-deploy/#prepare-helm-release It's this script https://github.com/apache/pulsar-helm-chart/blob/master/scripts/pulsar/prepare_helm_release.sh . It creates the required JWT key and tokens as secrets. I installed the pulsar cluster in an offline environment, so I manually installed the secret. `kubectl apply -f pulsar-token-admin.yaml -f pulsar-token-asymmetric-key.yaml -f pulsar-token-broker-admin.yaml -f pulsar-token-proxy-admin.yaml` ``` pulsar-token-admin Opaque 2 14s pulsar-token-asymmetric-key Opaque 2 14s pulsar-token-broker-admin Opaque 2 14s pulsar-token-proxy-admin Opaque 2 14s ``` -- 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]
