mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
33 lines
794 B
YAML
33 lines
794 B
YAML
name: safeline
|
|
title: 长亭雷池授权
|
|
icon: svg:icon-safeline
|
|
input:
|
|
baseUrl:
|
|
title: 雷池的访问url
|
|
component:
|
|
placeholder: https://xxxx.com:9443
|
|
required: true
|
|
apiToken:
|
|
title: ApiToken
|
|
component:
|
|
placeholder: apiToken
|
|
helper: ''
|
|
required: true
|
|
encrypt: true
|
|
skipSslVerify:
|
|
title: 忽略证书校验
|
|
value: true
|
|
component:
|
|
name: a-switch
|
|
vModel: checked
|
|
helper: 如果面板的url是https,且使用的是自签名证书,则需要开启此选项,其他情况可以关闭
|
|
testRequest:
|
|
title: 测试
|
|
component:
|
|
name: api-test
|
|
action: onTestRequest
|
|
helper: 点击测试接口看是否正常
|
|
pluginType: access
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-plus/safeline/access.js
|