apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.09k stars 344 forks source link

[Improvement] Support KerberosAuthProvider for Python client #3756

Open xloya opened 5 months ago

xloya commented 5 months ago

What would you like to be improved?

Currently the Python client does not support Kerberos authentication, which is supported in the Java client. We should support this capability in the Python client.

How should we improve?

No response

jingjia88 commented 3 months ago

May i work on this issue ~

xloya commented 3 months ago

May i work on this issue ~

Sure, you can refer to the implementation in Java Client.