oracle / oci-python-sdk

Oracle Cloud Infrastructure SDK for Python
https://cloud.oracle.com/cloud-infrastructure
Other
384 stars 276 forks source link

Streaming Service signer issue with key content #573

Open vrich-100 opened 1 year ago

vrich-100 commented 1 year ago

The streaming service fails when using the private key content. It seems to require a PKCS1 key that starts with "BEGIN RSA PRIVATE KEY" but there is no way to generate a PKCS1. Nor does it accepts the keys as described here: https://docs.oracle.com/en-us/iaas/Content/API/Concepts/apisigningkey.htm.

KartikShrikantHegde commented 1 year ago

Hi @vrich-100 , which version of the Python SDK are you using? Do you see any error messages? We will ask the streaming team to reproduce the scenario here, thanks.