oracle / oci-java-sdk

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

Add support for signature based upon x-date header #555

Closed ginoaugustine closed 10 months ago

ginoaugustine commented 11 months ago

Added support for signature generation using x-date request header. If x-date and date is passed in header then only x-date is considered in signature string. Date header will be set if both x-date and date header is missing from user request

Closes #554