Step 2: Create an IAM Policy
Create a policy to grant permissions to users in a domain group to work with Oracle Integration instances within a specified tenancy or compartment.
- Open the Oracle Cloud Console navigation menu and click Identity & Security. Under Identity, click Policies.
- Click Create Policy.
- In the Create Policy window, enter a Name
(for example,
rpa-dynamic-env-policy) and a Description. - From the Compartment drop-down list, select root as the policy must be created in the root compartment.
- In the Policy Builder, select Show manual
editor and enter the following policy statements.
allow service orpa-prod to manage instance-pools in compartment <compartment-name> allow service orpa-prod to manage instances in compartment <compartment-name> allow service orpa-prod to manage instance-configurations in compartment <compartment-name> allow service orpa-prod to use instance-images in compartment <compartment-name> allow service orpa-prod to use virtual-network-family in compartment <compartment-name>Note:
Replace the compartment name with the name of the compartment created in Step 1: Create an Oracle Cloud Infrastructure Compartment.