ArangoDB-Community / pyArango

Python Driver for ArangoDB with built-in validation
https://pyarango.readthedocs.io/en/latest/
Apache License 2.0
238 stars 90 forks source link

Add support for client-side certificates #243

Closed larsborn closed 5 months ago

larsborn commented 10 months ago

This PR adds support for passing in the cert parameter to the session object (through the AikidoSession class).

I hope adding a new headline (with a new version number) to CHANGELOG.rst was the right move here. LMK if I should do this differently.

Limitations:

tariqdaouda commented 5 months ago

Merged it, thank you!