kafka-python icon indicating copy to clipboard operation
kafka-python copied to clipboard

kerberos auth parameter to pass ticket cache?

Open zenoran opened this issue 4 years ago • 0 comments

Need a way to be able to specify a credential cache file as part of authentication when multiple files are present within the cache directory. I found this can be accomplished by setting the KRB5CCNAME environment variable, but this doesn't really seem like a good practice to be altering the environment all throughout the application to make connections across various credentials.

Is there a way to pass a parameter to the Producer & Consumer config to override KRB5CCNAME? Or possibly some way to alter the default_ccache_name profile variable in [libdefaults] section of the krb5.conf situationally?

zenoran avatar May 26 '21 12:05 zenoran