oracle / oci-java-sdk

Oracle Cloud Infrastructure SDK for Java
https://cloud.oracle.com/cloud-infrastructure
Other
192 stars 153 forks source link

Support X-date header for request signature #554

Closed ginoaugustine closed 7 months ago

ginoaugustine commented 8 months ago

A per OCI documentation x-date or date is supported as request header for generating signature. But OCI java sdk is generating signature with date header even if we pass X-date in the header.

jyotisaini commented 8 months ago

Thanks @ginoaugustine for opening this issue. We will take a look at the PR.