envs

Oracle Cloud — CLI and API signing

oracle/cli · version 1

envs add oracle/cli

This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.

Key Needed Kind Notes
OCI_CLI_USER required secret The calling user's OCID. Oracle states no sensitivity, and it is one of the values that together sign a request, so it is kept with them.. where to get it
OCI_CLI_TENANCY required secret The tenancy's OCID. Same reason.. where to get it
OCI_CLI_FINGERPRINT required secret Identifies which uploaded public key this request is signed with.. where to get it
OCI_CLI_KEY_FILE required secret A path to the private key. OCI_CLI_KEY_CONTENT carries the key itself instead; set one or the other.. where to get it
OCI_CLI_PASSPHRASE optional secret If that key is encrypted.. where to get it
OCI_CLI_REGION optional config Which region. A name, not a credential.. where to get it

The JSON the CLI reads