lhotari opened a new pull request, #584: URL: https://github.com/apache/pulsar-helm-chart/pull/584
### Motivation The scripts currently unnecessarily use `pulsarctl` to generate tokens. Pulsar comes with JWT token creation tools. ### Modifications - replace `pulsarctl` with `pulsar tokens` command. Call the command in docker so that Pulsar tooling doesn't have to be installed to call the script. ### 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org