tencent cloud

Feedback

Granting a Sub-account Full Permissions for a CLS Log Topic

Last updated: 2024-01-20 16:56:41
    The sub-account Developer of the master account CompanyExample needs to have full permissions for the log topic TopicA (including log search, analysis, dashboard and alarm) under CompanyExample via the console and API.

    Preparations

    1. Log in to the CAM Console and create the sub-account Developer. For more information, see Creating a Custom Sub-user.
    2. Click Custom Create on the Create User page to select Access Resources and Receive Messages for User Type.
    3. Click Next to configure user information. Check Programming access and Tencent Cloud console access.

    Directions

    You need to perform 3 steps: first use master account CompanyExample to create a custom policy and grant sub-account Developer full permissions for the log topic TopicA, and then, use sub-account Developer to access CLS services.
    Use the master account to create a custom policy
    1. Log in to the CAM Console using master account CompanyExample.
    2. Click Policies on the left sidebar to enter the Policy page. Click Create Custom Policy -> Create by Policy Syntax, check Blank Template for Select Policy Template, and click Next. Enter the policy name such as CLS-TopicA-FullAccess, and fill in Policy Content by referring to the following:
    {
    "version": "2.0",
    "statement": [
    {
    "action": [
    "cls:*"
    ],
    "resource": "qcs::cls:ap-shanghai:uin/100004375281:topic/3ea3ea1c-64ad-47af-b92a-75a98d123456",
    "effect": "allow"
    },
    {
    "effect": "allow",
    "action": [
    "monitor:Get*",
    "monitor:Describe*",
    "cam:ListAttachedRolePolicies",
    "cls:list*"
    ],
    "resource": "*"
    }
    ]
    }
    Note:
    Replace the resource field with your actual region, master account UIN, and log topic ID.
    Authorize by the master account
    1. Log in to the CAM Console using master account CompanyExample.
    2. Click Users -> User List on the left sidebar to enter the User List Page. Locate the sub-account and click Authorize. On the Associate Policy page, select and associate the policy CLS-TopicA-FullAccess created in Step 1, and click Done.
    Access by the sub-account The sub-account Developer can access CLS services via both the console and API. To make API calls, you need to provide UIN of master account CompanyExample, together with SecretId and SecretKey of sub-account Developer. See Access Key for sub-account API key.
    Contact Us

    Contact our sales team or business advisors to help your business.

    Technical Support

    Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

    7x24 Phone Support