Skip to content

Commit c9bb72e

Browse files
authored
feat: Declare SLB permissions on AliCloud (#137)
1 parent 07455f7 commit c9bb72e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/alicloud/vendor-access/files/access_policy.json.tpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@
151151
{
152152
"Effect": "Allow",
153153
"Action": [
154-
"nlb:*"
154+
"nlb:*",
155+
"slb:*"
155156
],
156157
"Resource": [
157158
"*"

0 commit comments

Comments
 (0)