druid-io / pydruid

A Python connector for Druid
Other
506 stars 194 forks source link

Add optional cafile to Pydruid class #197

Closed Thelin90 closed 4 years ago

Thelin90 commented 4 years ago

Enabling the possibility to add a cafile to the PyDruid class.

We are currently facing issues where we need to add the cafile in runtime and can't add it on the host the code is running.

Basically making sure that an optional cafile that point to a single file containing a bundle of CA certificates can be sent in as an parameter, useful when using Imply Cloud or other Druid deployments via HTTPS.

Thelin90 commented 4 years ago

PTAL @john-bodley @mistercrunch

Thelin90 commented 4 years ago

Bump @mistercrunch