Example of Authority Setting to permit Keystone Access.ΒΆ

An example of the IAM Role, which permits Keystone, is as below:
This setting is provided in Keystone Access as a template.
{
    "contract_id": "econXXXXXXXXX",
    "iam_role_name": "keystone_role",
    "description": "Keystone Access Permission",
    "resources": [
        {
            "ipAddress": "*",
            "basePath": "/ecl-keystone",
            "path": "*",
            "verb": "*"
        }
    ]
}
Link the keystone_role created above to keystone_group.