MarvinCai commented on pull request #11986:
URL: https://github.com/apache/pulsar/pull/11986#issuecomment-924854230


   I think it's safer to just paste the patch as it's just single line change:
   ```
   diff --git a/pulsar-client-cpp/pulsar-test-service-start.sh 
b/pulsar-client-cpp/pulsar-test-service-start.sh
   index 248d628b9c2..2b656ddf6dd 100755
   --- a/pulsar-client-cpp/pulsar-test-service-start.sh
   +++ b/pulsar-client-cpp/pulsar-test-service-start.sh
   @@ -107,7 +107,7 @@ $PULSAR_DIR/bin/pulsar-admin namespaces grant-permission 
public/default-4 \
    $PULSAR_DIR/bin/pulsar-admin namespaces set-encryption-required 
public/default-4 -e
    
    # Create "private" tenant
   -$PULSAR_DIR/bin/pulsar-admin tenants create private -r "" -c "standalone"
   +$PULSAR_DIR/bin/pulsar-admin tenants create private -r "token-principal" -c 
"standalone"
    
    # Create "private/auth" with required authentication
    $PULSAR_DIR/bin/pulsar-admin namespaces create private/auth --clusters 
standalone
   
   ```


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


Reply via email to