Open wexgjduv opened 2 years ago
@lichuan6 thanks for asking, but pulsar golang functions do not support auth yet. So function mesh cannot pass the auth data to golang functions. Should add auth support to pulsar go functions, then support passing auth data to go instance via function mesh.
This PR is work for pulsar function go auth. https://github.com/apache/pulsar/pull/15907
Hi, I have a pulsar cluster with auth enabled, using
AuthenticationProviderToken
.However, the go function runs with this error.
How does my go function use AuthenticationToken, provided in the
test-auth
secret, to connect the broker? Any examples?Here's my config file:
Thanks.