Oracle Cloud Infrastructure (OCI)
Purpose
Inventories compartments, compute, networking, and IAM resources across your OCI tenancy.
Required Fields
| Field | Secret? | Description |
|---|---|---|
oci_sync_all_profiles |
No | When true, iterate over every profile in ~/.oci/config. Otherwise use the default profile only. |
Setup Steps
OCI auth relies on a local ~/.oci/config file on the host that runs the sync (SubImage Outpost or backend). No credentials are stored in SubImage.
- Install the OCI CLI on the host.
- Run
oci setup configto generate~/.oci/configand RSA keys. - In each tenancy or compartment, grant the resulting user read-only IAM policies.
- In SubImage set
oci_sync_all_profilesas desired and save.