ivankelly commented on a change in pull request #3067: PIP-25: C++ / Python / Go implementation for token authentication URL: https://github.com/apache/pulsar/pull/3067#discussion_r236612082
########## File path: pulsar-client-cpp/pulsar-test-service-start.sh ########## @@ -44,6 +44,14 @@ mkdir -p $DATA_DIR mkdir -p $DATA_DIR/certs cp $SRC_DIR/pulsar-broker/src/test/resources/authentication/tls/*.pem $DATA_DIR/certs +# Generate secret key and token +$PULSAR_DIR/bin/pulsar tokens create-secret-key --output $DATA_DIR/certs/secret.key Review comment: would be better to create in $DATA_DIR/tokens ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
