With RAM users, you can split permissions, grant different permissions to RAM users as needed, and avoid security risks caused by exposing Alibaba Cloud account keys. To grant team members access without sharing your account credentials, create Resource Access Management (RAM) users and assign them the appropriate permissions.
System policies
Managed Service for OpenTelemetry provides two system policies. Choose the one that matches the access level required:
Policy | Type | Permissions |
| System policy | Full access to Managed Service for OpenTelemetry |
| System policy | Read-only access to Managed Service for OpenTelemetry |
Grant a RAM user access to Managed Service for OpenTelemetry
Create and authorize a RAM user
Create a RAM user. When you create the RAM user, enable Console Access if the user needs to sign in to the Alibaba Cloud console, or create an AccessKey pair if the user needs to call API operations programmatically.
Grant permissions to the RAM user. Attach either
AliyunTracingAnalysisFullAccessorAliyunTracingAnalysisReadOnlyAccessbased on the access level required.Share the logon credentials or AccessKey pair with the team member so they can access Managed Service for OpenTelemetry through the console or API.
Log on to the console as a RAM user
Open the RAM User Logon page.
Enter the RAM user logon name in one of the following formats, and then click Next.
Format Example Notes <UserName>@<AccountAlias>.onaliyun.comusername@company-alias.onaliyun.com Uses the default domain name. <UserName>@<AccountAlias>username@company-alias Uses the account alias. <UserName>@<DomainAlias>username@example.com Uses a domain alias. Available only if a domain alias is configured. 
Enter the password and click Log On.
(Optional) If multi-factor authentication (MFA) is enabled for the RAM user, complete the MFA verification. For details, see MFA overview and Bind an MFA device to a RAM user.
Call API operations as a RAM user
To call Managed Service for OpenTelemetry API operations programmatically, specify the AccessKey ID and AccessKey secret of the RAM user in your code.