launchdarkly / python-server-sdk

LaunchDarkly Server-side SDK for Python
https://docs.launchdarkly.com/sdk/server-side/python
Other
38 stars 44 forks source link

Support to directly pass the certificate as string/binary to Relay Proxy #266

Open ujayant opened 5 months ago

ujayant commented 5 months ago

Is your feature request related to a problem? Please describe. There is no support to pass the certificate as a string directly while using the Relay Proxy. We can only pass the certificate file path. In Go library, though, we can directly pass the certificate key or use the file path option while using the Relay Proxy.

Description in the code which requires us to pass the path to the certificate file

Method from the Go SDK which allows us to pass the certificate as a bytes array

Describe the solution you'd like Is there a plan to add the support to pass the certificate as a string/binary date while using the Relay Proxy in Python SDK? It looks like this support can be added by upgrading the urllib3 library version to >=2.0.0.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context about the feature request here.

keelerm84 commented 5 months ago

Thank you for bringing this issue to our attention.

I do think this is something we can support in the next major release (since the version change constitutes a breaking change). However, I cannot give a timeline on when that might be.

I have filed this request in our internal tracker as sc-232759. I will update you on this issue once we have added the requested support.

Again, thank you for letting us know about this request!