reqsign-oracle
Oracle Cloud Infrastructure request signing implementation for reqsign.
The default credential provider checks OCI environment variables and then the
OCI configuration file at ~/.oci/config. The config path and profile can be
selected with OCI_CONFIG_FILE and OCI_PROFILE.
Quick Start
use ;
use TokioFileRead;
use ;
let context = new
.with_file_read
.with_env;
let signer = new;
The environment provider reads OCI_USER, OCI_TENANCY, OCI_KEY_FILE, and
OCI_FINGERPRINT. Use StaticCredentialProvider or
DefaultCredentialProvider::builder() for explicit configuration.
Examples
License
Licensed under Apache License, Version 2.0.