mirror of https://github.com/certd/certd
fix: 增加权限相关helper说明
parent
4304c9443a
commit
83e40836eb
|
@ -11,6 +11,7 @@ export class HuaweiAccess {
|
||||||
component: {
|
component: {
|
||||||
placeholder: "accessKeyId",
|
placeholder: "accessKeyId",
|
||||||
},
|
},
|
||||||
|
helper:"证书申请需要有dns解析权限",
|
||||||
required: true,
|
required: true,
|
||||||
})
|
})
|
||||||
accessKeyId = "";
|
accessKeyId = "";
|
||||||
|
|
|
@ -7,6 +7,7 @@ import { IsAccess, AccessInput } from "@certd/pipeline";
|
||||||
export class TencentAccess {
|
export class TencentAccess {
|
||||||
@AccessInput({
|
@AccessInput({
|
||||||
title: "secretId",
|
title: "secretId",
|
||||||
|
helper:"使用对应的插件需要有对应的权限,比如上传证书,需要证书管理权限;部署到clb需要clb相关权限",
|
||||||
component: {
|
component: {
|
||||||
placeholder: "secretId",
|
placeholder: "secretId",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue