questdb / py-questdb-client

Python client for QuestDB InfluxDB Line Protocol
https://py-questdb-client.readthedocs.io
Apache License 2.0
50 stars 7 forks source link

Reduce the number of necessary parameters when using ILP Auth #29

Closed javier closed 1 year ago

javier commented 1 year ago

As per this issue on the C/Rust client library, the python implementation shouldn't need to use 4 parameters to establish an ILP authenticated connection, but only 2: kid and d.

Once updated (guess it depends on the base library to be fixed) the examples in the docs should be updated

amunra commented 1 year ago

This is not really possible due to the library we use in Rust. Same would apply if we were to move to openssl (which would bring non-trivial additional complications). Let's close this.