python-server-sdk icon indicating copy to clipboard operation
python-server-sdk copied to clipboard

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

Open ujayant opened this issue 1 year ago • 6 comments

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.

ujayant avatar Feb 06 '24 17:02 ujayant

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!

keelerm84 avatar Feb 07 '24 18:02 keelerm84

@keelerm84 Do you have any further updates on this request?

ujayant avatar Aug 26 '24 10:08 ujayant

No, I don't have an update on this yet. As I had mentioned before, this would require a breaking change. We strive to limit those unless absolutely necessary, and typically only when the team has available capacity to tackle some of the other larger concerns.

However, I will work to make sure this is done during that next change cycle.

keelerm84 avatar Aug 30 '24 15:08 keelerm84