sijie commented on issue #7287: URL: https://github.com/apache/pulsar/issues/7287#issuecomment-645718599
@97arushisharma You can try a few things: Can you do the following things to verify if the admin cert has the super-user permissions? - Disable function worker: `bin/pulsar standalone -nfw -nss`. - Configure `client.conf` to use the admin cert: `tlsCertFile:/home/Downloads/my-ca/admin.cert.pem,tlsKeyFile:/home/Downloads/my-ca/admin.key-pk8.pem`. - Run `bin/pulsar-admin clusters list` to see if you can list the clusters. ---------------------------------------------------------------- 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: [email protected]
