If I use the command like: /opt/pulsar/bin/pulsar-admin namespaces grant-permission demoCustomer/test --role worker --actions produce,consume
I will get error: class java.lang.IllegalArgumentException: cert/key file path or cert/key stream must be present I am guessing that I am missing a parameter. I'm using a key/pair with the JWTs. Thanks !
