lvs071103 commented on issue #301: URL: https://github.com/apache/pulsar-manager/issues/301#issuecomment-643910543
@tuteng client.conf settings: ``` [root@pulsar-shanghai-node01 pulsar]# grep "^[a-z]" conf/client.conf webServiceUrl=http://localhost:8080/ brokerServiceUrl=pulsar://localhost:6650/ authPlugin=org.apache.pulsar.client.impl.auth.AuthenticationToken authParams=token:eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhZG1pbiJ9.8Nv_-CV5Nt55PT6BElhIGryGD7IvMM1Mg6-V0RZgqBM tlsAllowInsecureConnection=false tlsEnableHostnameVerification=false tlsTrustCertsFilePath= useKeyStoreTls=false tlsTrustStoreType=JKS tlsTrustStorePath= tlsTrustStorePassword= ``` ``` [root@pulsar-shanghai-node01 pulsar]# bin/pulsar-admin tenants list "dominos_dev" "dominos_test" "dominosplus" "my-tenant" "my-test" "public" "pulsar" "zhoufr" ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org