Grant permissions to a RAM user

更新时间:
复制 MD 格式

This topic describes how to grant permissions to a RAM user.

Node.js Performance Platform supports logon and management by RAM users. Permissions are granted at the service level. This means a RAM user can have either all permissions for the Node.js Performance Platform service or no permissions.

Create a custom policy

Log on to the Resource Access Management (RAM) console and click Create Policy.

Select Blank Template and edit the policy content:

{
  "Version": "1",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "npp:*",
      "Resource": "*"
    }
  ]
}

Do not modify the values of Effect, Action, and Resource.

You can add other RAM policies, such as IP address-based access control or multi-factor authentication (MFA). For more information, see Create a custom policy.

Grant permissions

In the authorization settings for the RAM user, select the custom policy that you created and submit the policy to complete the authorization.