mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
chore: 忽略sourcemap,gen metadata
This commit is contained in:
@@ -1,110 +0,0 @@
|
||||
showRunStrategy: false
|
||||
default:
|
||||
strategy:
|
||||
runStrategy: 1
|
||||
name: VolcengineDeployToCLB
|
||||
title: 火山引擎-部署证书至CLB
|
||||
icon: svg:icon-volcengine
|
||||
group: volcengine
|
||||
desc: 部署至火山引擎负载均衡
|
||||
input:
|
||||
cert:
|
||||
title: 域名证书
|
||||
helper: 请选择前置任务输出的域名证书
|
||||
component:
|
||||
name: output-selector
|
||||
from:
|
||||
- CertApply
|
||||
- CertApplyLego
|
||||
- CertApplyUpload
|
||||
- VolcengineUploadToCertCenter
|
||||
required: true
|
||||
order: 0
|
||||
certDomains:
|
||||
title: 当前证书域名
|
||||
component:
|
||||
name: cert-domains-getter
|
||||
mergeScript: |2-
|
||||
|
||||
return {
|
||||
component:{
|
||||
inputKey: ctx.compute(({form})=>{
|
||||
return form.cert
|
||||
}),
|
||||
}
|
||||
}
|
||||
|
||||
required: false
|
||||
order: 0
|
||||
accessId:
|
||||
title: Access授权
|
||||
helper: 火山引擎AccessKeyId、AccessKeySecret
|
||||
component:
|
||||
name: access-selector
|
||||
type: volcengine
|
||||
required: true
|
||||
order: 0
|
||||
regionId:
|
||||
title: Region
|
||||
helper: 地区选择
|
||||
component:
|
||||
name: a-select
|
||||
options:
|
||||
- label: 北京
|
||||
value: cn-beijing
|
||||
- label: 上海
|
||||
value: cn-shanghai
|
||||
- label: 广州
|
||||
value: cn-guangzhou
|
||||
- label: 深圳
|
||||
value: cn-shenzhen
|
||||
- label: 杭州
|
||||
value: cn-hangzhou
|
||||
- label: 南京
|
||||
value: cn-north-1
|
||||
- label: 青岛
|
||||
value: cn-qingdao
|
||||
- label: 重庆
|
||||
value: cn-chengdu
|
||||
- label: 香港
|
||||
value: cn-hongkong
|
||||
- label: 柔佛
|
||||
value: ap-southeast-1
|
||||
- label: 雅加达
|
||||
value: ap-southeast-3
|
||||
value: cn-beijing
|
||||
required: true
|
||||
order: 0
|
||||
listenerList:
|
||||
title: 监听器列表
|
||||
component:
|
||||
name: remote-select
|
||||
vModel: value
|
||||
mode: tags
|
||||
type: plugin
|
||||
action: onGetListenerList
|
||||
watches:
|
||||
- certDomains
|
||||
- accessId
|
||||
- certDomains
|
||||
- accessId
|
||||
- regionId
|
||||
required: true
|
||||
mergeScript: |2-
|
||||
|
||||
return {
|
||||
component:{
|
||||
form: ctx.compute(({form})=>{
|
||||
return form
|
||||
})
|
||||
},
|
||||
}
|
||||
|
||||
helper: |-
|
||||
选择要部署证书的监听器
|
||||
需要在监听器中选择证书中心,进行跨服务访问授权
|
||||
order: 0
|
||||
output: {}
|
||||
type: builtIn
|
||||
pluginType: deploy
|
||||
scriptFilePath: ../../../plugins/plugin-volcengine/plugins/plugin-deploy-to-clb.js
|
||||
Reference in New Issue
Block a user