You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to put the Auth Token into a configmap. How is the correct approach for supplying clientAuthenticationParameters as environment variable from a secret in combination with "authConfig"?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use authentication for a java function with the common use of
Secrets
to store the JWT token needed to access pulsar.authSecret works
As I understand, the
authSecret
is legacy.authConfig doesn't work
either combination of the approaches:
as environment variables
authConfig
I don't want to put the Auth Token into a configmap. How is the correct approach for supplying
clientAuthenticationParameters
as environment variable from a secret in combination with "authConfig"?The text was updated successfully, but these errors were encountered: