Creating IAM Group and Role¶
Creating IAM Group¶
Open the "IAM Groups" from the tab of the "API IAM Management" page, and click the "Add IAM Group" button.
From the Add New IAM Group page, enter the IAM group name (required) and the IAM group description (optional). Click the "Add IAM Group" button.
Creating IAM Role¶
Open the "IAM Roles" from the tab of the "API IAM Management" page, and click the "Add IAM Role" button.
From the Add IAM Role page, enter the IAM role name (required), IAM role description (optional), and resources (required). Click the "Add IAM Role" button. The resources can be freely described or a template can be used.
Enter the condition that is used for API execution in JSON's object style to Resource. If there are multiple conditions and you intend to use the OR condition, connect the objects with comma (,). Here is an example:
{
"basePath" : "/ecl-keystone",
"ipAddress" : "*",
"path" : "*",
"verb" : "*"
}
{
"basePath" : "/ecl-keystone",
"ipAddress" : "*",
"path" : "*",
"verb" : "*"
},
{
"basePath" : "/ecl-sss",
"ipAddress" : "*",
"path" : "*",
"verb" : "GET"
}
The API permission control does not work for the Backup / Security operation screen. If you want to limit these operations, you can set the screen display for each user from the screen link below.
When the link is pressed, a list of users to be restricted is displayed. Select the user you want to limit.
Set the availability of Backup and Security services. Users who are set to OFF will not be able to operate Backup and Security services from the menu.
How to use IAM template¶
The template provided by Smart Data Platform can be used for IAM role resource settings. On the IAM role creation screen, click “Select from Template”.
A list of templates is displayed. Select the "+" to expand the contents of the template. Click Select to post the template to the resource on the IAM role creation page.
Warning
When you select a template, the resource being written will be overwritten by the template. In addition, please input the items such as ID after selecting the template as appropriate.