Configuring Access to OCI Object Storage

In an on-premises environment, to store your backups in OCI Object Storage, you need a user account. Then you need to create policies and groups for the user account that give Commvault Cloud access to the storage.

Procedure

  1. Create an OCI user account.

  2. For each compartment level, create policies.

  3. For each policy, create a group with the same name as the policy and include the following permissions in each policy:

    Resource

    Level

    Backup

    Recovery

    buckets

    manage

    Yes

    Yes

    objects

    manage

    Yes

    Yes

    Use the following syntax for the policies:

    • Allow the group_name group to manage buckets in the compartment_name compartment, where any {request.permission='BUCKET_CREATE', request.permission='BUCKET_INSPECT'}.

    • Allow the group_name group to manage objects in the compartment_name compartment.

Loading...