Files
certd/packages/ui/certd-server/metadata/access_aliyun.yaml
xiaojunnuo 01eb50078e v1.38.10
2026-02-16 00:23:13 +08:00

29 lines
839 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: aliyun
title: 阿里云授权
desc: ''
icon: ant-design:aliyun-outlined
order: 0
input:
accessKeyId:
title: accessKeyId
component:
placeholder: accessKeyId
helper: 登录阿里云控制台->AccessKey管理页面获取。
required: true
accessKeySecret:
title: accessKeySecret
component:
placeholder: accessKeySecret
required: true
encrypt: true
helper: 注意证书申请需要dns解析权限其他阿里云插件需要对应的权限比如证书上传需要证书管理权限嫌麻烦就用主账号的全量权限的accessKey
testRequest:
title: 测试
component:
name: api-test
action: TestRequest
helper: 点击测试接口是否正常
pluginType: access
type: builtIn
scriptFilePath: /plugins/plugin-lib/aliyun/access/aliyun-access.js