Permission of Keystone API ExecutionΒΆ
API in Smart Data Platform gets Keystone Token and executes API using authentication by Token.
If the user doesn't permit executing Keystone API, the API cannot be executed as Token is not given. In this case, the user cannot access to any portal screen.
For appropriate operation, the user is required to belong to any group which link with the following roles.
{
"basePath" : "/ecl-keystone",
"ipAddress" : "*",
"path" : "*",
"verb" : "*"
}