mirror of
https://github.com/certd/certd.git
synced 2026-04-14 04:20:52 +08:00
fix: 增加权限相关helper说明
This commit is contained in:
@@ -11,6 +11,7 @@ export class HuaweiAccess {
|
||||
component: {
|
||||
placeholder: "accessKeyId",
|
||||
},
|
||||
helper:"证书申请需要有dns解析权限",
|
||||
required: true,
|
||||
})
|
||||
accessKeyId = "";
|
||||
|
||||
@@ -7,6 +7,7 @@ import { IsAccess, AccessInput } from "@certd/pipeline";
|
||||
export class TencentAccess {
|
||||
@AccessInput({
|
||||
title: "secretId",
|
||||
helper:"使用对应的插件需要有对应的权限,比如上传证书,需要证书管理权限;部署到clb需要clb相关权限",
|
||||
component: {
|
||||
placeholder: "secretId",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user