tencent cloud

TencentDB for MongoDB
Last updated: 2025-12-04 09:16:41
TencentDB for MongoDB
Last updated: 2025-12-04 09:16:41

Service roles and service-linked roles are predefined by Tencent Cloud services and, upon user authorization, the corresponding services can access and use resources by assuming these service-linked roles. This document provides detailed information on the use cases and associated authorization policies of these specific service-linked roles.

Product Role Name Role Types Role Entity
Cloud MongoDB MongoDB_QCSLinkedRoleInKMS Service-Related Roles kms.mongodb.cloud.tencent.com
Cloud MongoDB MongoDB_QCSLinkedRoleInDBlog Service-Related Roles DBLog.mongo.cloud.tencent.com
Cloud MongoDB MongoDB_QCSLinkedRoleInLogPush Service-Related Roles logpush.mongodb.cloud.tencent.com

MongoDB_QCSLinkedRoleInKMS

Use Cases: The current role is the MongoDB service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices

  • Policy Name: QcloudAccessForMongoDBLinkedRoleInKMS
  • Policy Information:
    {
      "statement": [
          {
              "action": [
                  "kms:GetServiceStatus",
                  "kms:ListKeyDetail",
                  "kms:CreateKey",
                  "kms:GenerateDataKey",
                  "kms:Decrypt",
                  "kms:BindCloudResource",
                  "kms:UnbindCloudResource"
              ],
              "effect": "allow",
              "resource": [
                  "*"
              ]
          }
      ],
      "version": "2.0"
    }

MongoDB_QCSLinkedRoleInDBlog

Use Cases: The current role is the MongoDB service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices

  • Policy Name: QcloudAccessForMongoDBLinkedRoleInDBLog
  • Policy Information:
    {
      "version": "2.0",
      "statement": [
          {
              "effect": "allow",
              "action": [
                  "cls:DescribeKafkaRecharges",
                  "cls:ModifyKafkaRecharge",
                  "cls:DeleteKafkaRecharge",
                  "cls:CreateKafkaRecharge",
                  "cls:DeleteCloudProductLogTask",
                  "cls:ModifyCloudProductLogTask"
              ],
              "resource": "*"
          }
      ]
    }

MongoDB_QCSLinkedRoleInLogPush

Use Cases: The current role is the MongoDB service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices

  • Policy Name: QcloudAccessForMongoDBLinkedRoleInLogPush
  • Policy Information:
    {
      "version": "2.0",
      "statement": [
          {
              "effect": "allow",
              "action": [
                  "cls:pushLog"
              ],
              "resource": "*"
          }
      ]
    }
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback