mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
pref: 日志中加密授权信息输出替换成星号
This commit is contained in:
@@ -58,7 +58,7 @@ export class AwsUploadToACM extends AbstractTaskPlugin {
|
||||
|
||||
async execute(): Promise<void> {
|
||||
const { cert, accessId, region } = this;
|
||||
const access = await this.accessService.getById<AwsAccess>(accessId);
|
||||
const access = await this.getAccess<AwsAccess>(accessId);
|
||||
const acmClient = new AwsAcmClient({
|
||||
access,
|
||||
region,
|
||||
|
||||
Reference in New Issue
Block a user