OCI IAM

Oracle Cloud Infrastructure (OCI) IAM

OCI IAM authentication method provides an automated flow to retrieve an Akeyless token for Oracle Cloud Infrastructure IAM principals like API Key, instances or resources using OCI IAM group or dynamic group components.

Create an OCI IAM Authentication Method from the CLI

To create an OCI IAM authentication method from the CLI, run the following command:

akeyless create-auth-method-oci \
--name <Auth Method Name> \
--tenant-ocid <Oracle Tenant Id> \
--group-ocid <Oracle Group Id> 

Where:

  • name: A unique name for the authentication method. The name can include the path to the virtual folder where you want to create the new authentication method, using slash / separators. If the folder does not exist, it will be created together with the authentication method.

  • tenant-ocid: An OCI tenant ID to authenticate to Akeyless using this authentication method.

  • group-ocid: An OCI group ID that is allowed to authenticate to Akeyless using this authentication method. (You can provide more than one Group ID by repeating this parameter.

You can find the complete list of additional parameters for this command in the CLI Reference - Authentication section.

Configure Akeyless CLI with the OCI IAM authentication method

To configure your CLI to work with OCI IAM authentication, run the following command from an Oracle Cloud resource:

akeyless configure --profile default --access-id <Your OCI IAM Auth AccessID> --access-type oci --oci-auth-type apikey 

akeyless get-cloud-identity --oci-auth-type apikey 

Where:

📘

Note:

When the group-ocid explicitly provided, the authentication flow will use them, if no group provided, the CLI will send a preliminary request to verify that the user is a member of the same tenant, and will extract the required group from the response.

Create an OCI IAM authentication method in the Akeyless Console

  1. Log in to the Akeyless Console and go to Users & Auth Methods > New > OCI IAM.

  2. Define a Name for the authentication method, and specify the Location as a path to the virtual folder where you want to create the new authentication method, using slash / separators. If the folder does not exist, it will be created together with the authentication method.

  3. Define the remaining parameters as follows:

  • Tenant OCID: Enter the Oracle Cloud tenant IDs for which access is allowed.

  • Group OCIDs: Enter a comma-separated list of full OCI groups IDs for which access is allowed. For example: ocid1.group.oc1..abc,ocid1.group.oc1..xyz.

  • Expiration Date: Select the access expiration date. This parameter is optional. Leave it empty for access to continue without an expiration date.

  • Allowed Client IPs: Enter a comma-separated list of CIDR blocks from which the client can issue calls to the proxy. By "client," we mean CURL, SDK, etc. This parameter is optional. Leave it empty for unrestricted access.

  • Allowed Trusted Gateway IPs: Comma separated CIDR blocks. If specified, the Gateway using this IP range will be trusted to forward the original client IP. If empty, the Gateway's IP address will be used.

  1. Click Finish.