Omega-Ariston commented on issue #318: URL: https://github.com/apache/pulsar-manager/issues/318#issuecomment-659413155
> > u need to get rid of the slash :) > > In Kerberos Authentication, the Principal is the role, follow the documentation, it must be in format `client/{hostname}@{realm}` Try this command, since the REST api won't allow you to involve '/' as part of parameters (or you can try to excape that character in some way): ```bash bin/pulsar-admin namespaces grant-permission advantco/serviceorder-ns --role client/pul...@smspulsar.com --actions produce,consume ``` ---------------------------------------------------------------- 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