mirror of
https://github.com/certd/certd.git
synced 2026-05-17 13:57:31 +08:00
pref: 日志中加密授权信息输出替换成星号
This commit is contained in:
@@ -83,7 +83,7 @@ export class UploadCertToAliyun extends AbstractTaskPlugin {
|
||||
|
||||
async execute(): Promise<void> {
|
||||
this.logger.info('开始部署证书到阿里云cdn');
|
||||
const access: AliyunAccess = await this.accessService.getById(this.accessId);
|
||||
const access: AliyunAccess = await this.getAccess(this.accessId);
|
||||
|
||||
let endpoint = '';
|
||||
for (const region of regionDict) {
|
||||
|
||||
Reference in New Issue
Block a user