bryanyang0528 / ksql-python

A python wrapper for the KSQL REST API.
MIT License
159 stars 64 forks source link

TLS and Certificates #101

Closed tyranneous closed 2 years ago

tyranneous commented 3 years ago

Hi - I'm wondering if there's anything in the works for TLS and client certificate support for the KSQLAPI python module?

We've currently got a proof of concept python script that we're talking directly to KSQL via the request module due to requiring https/certificate support, but it would be nice to use your KSQLAPI module instead. I'm happy to have a go at figuring out what changes would need to be made to the KSQLAPI and submit it back (though I'm not a python developer so will need to be checked!).

KenCox94 commented 2 years ago

@tyranneous would you mind sharing that python script you are currently using with the requests library? Our Kafka environment was using IP whitelist but now cert auth so my KSQL queries are not working.

much appreciated.

KenCox94 commented 2 years ago

I will wait for @bryanyang0528 to review this but a fix should be coming soon. I would also expect a new release!