Access to Portal ScreensΒΆ
If the API execution authority is restricted by the Smart Data Platform IAM API, access to the portal screen may be blocked.
To permit accesses of the user without access authority to portal screens, it is necessary to permit Keystone API Execution and GET operation of Management Function.
The IAM Role's descriptions that permits GET operation of Management Function is as follows:
{
"basePath" : "/ecl-sss",
"ipAddress" : "*",
"path" : "*",
"verb" : "GET"
}
Please refer to Example of Authority Setting for controlling access to Keystone for details of the IAM Role that permits Keystone API Execution.
Note
Some authority settings may cause improper displaying of each service's portal screen.
To display portal screens properly, we recommend to allow GET operation of all basePath (end point).