Skip to content

Commit dab8ca1

Browse files
committed
docs: 透传腾讯云角色授权
1 parent 777a1d1 commit dab8ca1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/绑定腾讯云.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
1、进入 **腾讯云** [CAM - 策略](https://console.cloud.tencent.com/cam/policy/createV3) 页面,切换到 `脚本编辑` 模式,复制如下内容,继续设置名称 `TDPCloudAccess`
44

5+
> 请务必将授权代码里的 `${UIN}` 替换为你的腾讯云 `uin` 数字串
6+
57
```json
68
{
79
"version": "2.0",
@@ -18,6 +20,13 @@
1820
],
1921
"resource": "*",
2022
"effect": "allow"
23+
},
24+
{
25+
"action": [
26+
"cam:PassRole"
27+
],
28+
"resource": "qcs::cam::uin/${UIN}:role/tencentcloudServiceRoleName/*",
29+
"effect": "allow"
2130
}
2231
]
2332
}

0 commit comments

Comments
 (0)