Open truong-hua opened 3 years ago
Tried something like root@pulsar-server:/pulsar/bin# ./pulsar-admin namespaces grant-permission public/default --actions produce,consume --role '*'
but no success.
one year passed,still no body fixed it ?
@john1337 would you have time to send a fix?
I'm using default pulsar/pulsar user with
user.management.enable=false
. The default pulsar user is logged in successfully but creating a new Environment will throw{"error":"User does not have permission to operate"}
Expectations: pulsar/pulsar default user should have super user role.
Below is my configrations:
And i'm using docker image:
apachepulsar/pulsar-manager:v0.2.0