mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
feat: 【破坏性更新】插件改为metadata加载模式,plugin-cert、plugin-lib包部分代码转移到certd-server中,影响自定义插件,需要修改相关import引用
ssh、aliyun、tencent、qiniu、oss等 access和client需要转移import
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
name: tencent
|
||||
title: 腾讯云
|
||||
icon: svg:icon-tencentcloud
|
||||
order: 0
|
||||
input:
|
||||
secretId:
|
||||
title: secretId
|
||||
helper: |-
|
||||
使用对应的插件需要有对应的权限,比如上传证书,需要证书管理权限;部署到clb需要clb相关权限
|
||||
前往[密钥管理](https://console.cloud.tencent.com/cam/capi)进行创建
|
||||
component:
|
||||
placeholder: secretId
|
||||
rules:
|
||||
- required: true
|
||||
message: 该项必填
|
||||
secretKey:
|
||||
title: secretKey
|
||||
component:
|
||||
placeholder: secretKey
|
||||
encrypt: true
|
||||
rules:
|
||||
- required: true
|
||||
message: 该项必填
|
||||
accountType:
|
||||
title: 站点类型
|
||||
value: cn
|
||||
component:
|
||||
name: a-select
|
||||
options:
|
||||
- label: 国内站
|
||||
value: cn
|
||||
- label: 国际站
|
||||
value: intl
|
||||
encrypt: false
|
||||
rules:
|
||||
- required: true
|
||||
message: 该项必填
|
||||
closeExpiresNotify:
|
||||
title: 关闭证书过期通知
|
||||
value: true
|
||||
component:
|
||||
name: a-switch
|
||||
vModel: checked
|
||||
pluginType: access
|
||||
type: builtIn
|
||||
scriptFilePath: ../../../plugins/plugin-lib/tencent/access.js
|
||||
Reference in New Issue
Block a user