sijie commented on issue #7209: URL: https://github.com/apache/pulsar/issues/7209#issuecomment-641666181
@frankjkelly We need to provide documentation for setting up authentication/authorization in standalone. That part is not well documented. At the same time, you need to configure broker-client authentication parameters. These are used for function workers to talk to brokers for function related operations. https://github.com/apache/pulsar/blob/master/conf/broker.conf#L535 Or you consider disabling functions in standalone by running standalone using `bin/pulsar standalone -nfw`. You can take a look at this video to understand authentication/authorization for deploying a Pulsar cluster. https://www.youtube.com/watch?v=sTISVpyq73o&list=PLqRma1oIkcWhWAhKgImEeRiQi5vMlqTc-&index=10 ---------------------------------------------------------------- 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]
