Grant a RAM user access to the Quick Audience console

Updated at:

Background

By default, a system error occurs when a Resource Access Management (RAM) user attempts to access the Quick Audience console. An Alibaba Cloud account must grant permissions to the RAM user to enable console access.

If RAM authorization is not granted, the following error is displayed:

image.png

Authorization procedure

1. Create an access policy

  • In the RAM console, go to Permission Management > Access Policies. Create a custom policy in script editor mode. For more information, see Policy Management.

    image.png

  • The script is as follows:

    {
      "Statement": [
        {
          "Action": "quickaudience:Get*",
          "Effect": "Allow",
          "Resource": "*"
        }
      ],
      "Version": "1"
    }
  • Specify a custom policy name and click OK to save the access policy.

    image

Important

If a security authentication window appears, complete the authentication as prompted.

image

2. Add an authorization

  • After the access policy is created, you are redirected to the policy details page.

    image

  • Go to Permission Management > Add Authorization, and select the entity to grant permissions to. For more information, see RAM Authorization Management.

    • The entity type is RAM user.

      image

    • The entity type is RAM role.

      image

  • After the permissions are granted, the corresponding RAM user can access the Quick Audience console.