How Do I Obtain Permissions to Purchase SecMaster?
If a message indicating insufficient permission is displayed when you purchase SecMaster, obtain the permission by following the procedure below.
Procedure
- Log in to the management console.
- Click in the upper left corner of the page and choose Management & Governance > Identity and Access Management.
- (Optional) Create a user group.
If the SecMaster_ops user group has been created, skip this step.
- In the navigation pane on the left, choose User Groups. On the displayed page, click Create User Group in the upper right corner.
- On the Create User Group page, specify user group name and description.
- Name: Set this parameter to SecMaster_ops.
- Description: Enter a description.
- Click OK.
- Assign permissions to the user group.
- Add global permissions.
- In the navigation pane on the left, choose Permissions > Policies. In the upper right corner of the displayed page, click Create Custom Policy.
- Configure a policy.
- Policy Name: Enter a policy name.
- Policy View: Select JSON.
- Policy Content: Copy the following content and paste it in the text box.
{ "Version": "1.1", "Statement": [ { "Effect": "Allow", "Action": [ "iam:permissions:checkRoleForAgency", "iam:agencies:listAgencies", "iam:permissions:grantRoleToAgencyOnDomain", "iam:agencies:createAgency", "iam:permissions:grantRoleToAgency", "iam:permissions:grantRoleToAgencyOnProject" ] } ] }
- Click OK.
- Add project-level permissions.
- In the navigation pane on the left, choose Permissions > Policies. In the upper right corner of the displayed page, click Create Custom Policy.
- Configure a policy.
- Policy Name: Enter a policy name.
- Policy View: Select JSON.
- Policy Content: Copy the following content and paste it in the text box.
{ "Version": "1.1", "Statement": [ { "Action": [ "bss:order:pay", "bss:unsubscribe:update", "bss:order:view", "bss:balance:view", "bss:order:update", "ecs:cloudServers:list", "bss:renewal:view", "bss:renewal:update", "secmaster:*:*" ], "Effect": "Allow" } ] }
- Click OK.
- Add global permissions.
- Assign permissions to the created user group.
- In the navigation pane on the left, choose User Groups. On the displayed page, click SecMaster_ops.
- On the Permissions tab page, click Authorize.
- On the Select Policy/Role page, search for and select the policy added in 4 and click Next.
- Set the minimum authorization scope. Select All resources for Scope. After the setting is complete, click OK.
- Verify the authorization. The policy will be listed on the page.
- Add the operation account to the user group.
- In the navigation pane on the left, choose User Groups.
- Locate the row that contains the SecMaster_ops user group, and click Manage User the Operation column.
- In the displayed Manage User dialog box, select users you want to add.
- Click OK.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.