mirror of
https://github.com/certd/certd.git
synced 2026-05-17 05:37:30 +08:00
pref: 日志中加密授权信息输出替换成星号
This commit is contained in:
@@ -108,7 +108,7 @@ export class DeployCertToTencentCLB extends AbstractTaskPlugin {
|
||||
const sdk = await import('tencentcloud-sdk-nodejs/tencentcloud/services/clb/v20180317/index.js');
|
||||
const ClbClient = sdk.v20180317.Client;
|
||||
|
||||
const accessProvider = (await this.accessService.getById(this.accessId)) as TencentAccess;
|
||||
const accessProvider = (await this.getAccess(this.accessId)) as TencentAccess;
|
||||
|
||||
const region = this.region;
|
||||
const clientConfig = {
|
||||
|
||||
Reference in New Issue
Block a user