mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
pref: 日志中加密授权信息输出替换成星号
This commit is contained in:
@@ -41,7 +41,7 @@ export class HostShellExecutePlugin extends AbstractTaskPlugin {
|
||||
async onInstance() {}
|
||||
async execute(): Promise<void> {
|
||||
const { script, accessId } = this;
|
||||
const connectConf = await this.accessService.getById(accessId);
|
||||
const connectConf = await this.getAccess(accessId);
|
||||
const sshClient = new SshClient(this.logger);
|
||||
|
||||
const scripts = script.split('\n');
|
||||
|
||||
Reference in New Issue
Block a user