nicoloboschi opened a new pull request, #17597: URL: https://github.com/apache/pulsar/pull/17597
### Motivation After https://github.com/apache/pulsar/commit/dab0d1f389ee66277c8350072af304895619eb9a#diff-534a0ee16ee831fd0f16fa1230ff3a6e24f6428abd378790f821867f2ec1ffb0R891 , functions deployed with `KubernetesRuntimeFactory` doesn't work if the authentication is enabled between components. ``` Was passed main parameter '--auth-plugin' but no main parameter was defined in your arg class Download File Data from Pulsar Usage: download [options] Options: --destination-file The file to store downloaded content --fqfn The Fully Qualified Function Name (FQFN) for the function --name The name of a Pulsar Function --namespace The namespace of a Pulsar Function --tenant The tenant of a Pulsar Function --transform-function Download the transform Function of the connector Default: false ``` Note that this regression is only on current master branch. ### Modifications * Set the auth options as `pulsar-admin` CLI commands instead of `functions download` options * Added a test - [x] `doc-not-needed` -- 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]
