Re: [PROPOSAL] Implement Kerberos support for Python and Java SDK

2024-12-17 Thread Radek Stankiewicz via dev
Thanks Danny, I agree that adding specific auth logic to core worker logic is not a great idea - It's about adding features at worker level that will allow optional customizations like adding Kerberos. Original option: - set env and jvm parameters which you mentioned may be hard - add ability to

Re: [PROPOSAL] Implement Kerberos support for Python and Java SDK

2024-12-16 Thread Danny McCormick via dev
Upleveling my high level feedback from the doc in case others have thoughts: I'm a little skeptical about baking specific auth logic mostly needed for Kafka into the core worker logic, I wonder if we could make this easier without going this far - one option would be to provide a templated dockerf

[PROPOSAL] Implement Kerberos support for Python and Java SDK

2024-12-16 Thread Radek Stankiewicz via dev
Hi everyone, Kerberizing workers is not an easy thing for many users, especially for Python users where some of the transforms are implemented via expansion service. I've drafted some ideas on how we could simplify this process - please read this design doc