Skip to content

Commit

Permalink
fix role desc
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster committed Jun 18, 2023
1 parent 973b7a2 commit 3275096
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Application
Name: start-unzip-oss
Version: 0.0.17
Version: 0.0.18
Provider:
- 阿里云
Description: 使用函数计算自动解压上传到OSS指定前缀目录的zip文件
Expand Down Expand Up @@ -71,7 +71,9 @@ Parameters:
type: string
default: ""
pattern: "^acs:ram::[0-9]*:role/.*$"
description: 应用所属的函数计算服务配置的 role, 请提前创建好对应的 role, 授信函数计算服务, 并配置好 AliyunOSSFullAccess 和 AliyunFCDefaultRolePolicy policy。
description: "函数计算访问其他云服务时使用的服务角色,需要填写具体的角色ARN,格式为acs:ram::$account-id>:role/$role-name。例如:acs:ram::14310000000:role/aliyunfcdefaultrole。
\n如果您没有特殊要求,可以使用函数计算提供的默认的服务角色,即AliyunFCDefaultRole, 并增加 AliyunOSSFullAccess 权限。如果您首次使用函数计算,可以访问 https://fcnext.console.aliyun.com 进行授权。
\n详细文档参考 https://help.aliyun.com/document_detail/181589.html#section-o93-dbr-z6o"
required: true
x-role:
name: fcunzipossrole
Expand Down

0 comments on commit 3275096

Please sign in to comment.