crate / crate/sqlalchemy-cratedb
Convey advanced SSL/X.509 options
Open
- Dominant language
- Python
- Stars
- 9
- Forks
- 4
- Avg merge
- 6d 12h
- Merged PRs (30d)
- 3
Description
## Problem
While the Python driver [permits](https://github.com/crate/crate-python/blob/2.1.2/docs/by-example/https.rst) to define advanced SSL/X.509 options, e.g. for providing a CA certificate, or a client certificate, it looks like we didn't bother to enable them from the SQLAlchemy dialect yet.
## Solution
Let's investigate how other dialect implementations are doing it, and follow that path.
## References
- https://github.com/meltano/hub/pull/2235#discussion_r3017500458
Contributor guide
Assessment
This issue has not been assessed yet.