lhotari commented on issue #433: URL: https://github.com/apache/pulsar-helm-chart/issues/433#issuecomment-1895582934
> AFTER applying the workaround I get another error message. It logs a succesful authentication, but then throws "Invalid Roles". Might this be an issue with the authorization? Most likely this is a problem with the token that the proxy uses towards the broker. It has to be a "proxy-admin" token. There was a user on Pulsar Slack with a similar problem where a broker token was used on the proxy. https://apache-pulsar.slack.com/archives/C5Z4T36F7/p1705403994897379?thread_ts=1705072691.562239&cid=C5Z4T36F7 It's also worth checking your broker's effective configuration. You can run `grep Roles /pulsar/conf/broker.conf` in a shell inside the broker pod to check that `proxyRoles` and `superUserRoles` are expected ones. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
