You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OCI CLI and SDKs requires a temporary security token via oci session authenticate to be reference through a file-based configuration( security_token_file in ~/.oci/config). This is limiting for use cases such as CI/CD pipelines, containerized deployments, terraform cloud API based runs, or automation scripts that need to authenticate non-interactive and connot write to disk reliably.
AWS supports temporary credentials via environment variables, such as:
The OCI CLI and SDKs requires a temporary security token via
oci session authenticate
to be reference through a file-based configuration(security_token_file
in~/.oci/config
). This is limiting for use cases such as CI/CD pipelines, containerized deployments, terraform cloud API based runs, or automation scripts that need to authenticate non-interactive and connot write to disk reliably.AWS supports temporary credentials via environment variables, such as:
This enables automation platforms(Octopus Deploy, Bamboo, etc.) to inject credentials dynamically without writing config files or managing temp files.
Request
Add support in the OCI CLI to read temporary security tokens and user/tenancy OCIDs via environment variables, such as:
References:
The text was updated successfully, but these errors were encountered: