Syphixs opened a new issue #9077: URL: https://github.com/apache/pulsar/issues/9077
**Is your feature request related to a problem? Please describe.** We strictly use Oauth2 Authentication at our company. This is now supported by broker and proxy but the spawned functions/pods with KubernetesContainerFactory do not support this kind of authentication which sadly disable the whole functions part of pulsar for us. **Describe the solution you'd like** Support Oauth2 Authentication in pulsar functions. **Describe alternatives you've considered** Now we need to create kubernetes deployments ourselves which are workers who authenticate via Oauth2. This is a lot more work and we can't use the functions API. ---------------------------------------------------------------- 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]
