diff --git a/plugin/index.ts b/plugin/index.ts index 554a5e8..4f8ced0 100644 --- a/plugin/index.ts +++ b/plugin/index.ts @@ -112,6 +112,10 @@ function register(api: any, config?: any) { async execute(_id: string, params: any) { const command = params.command; const proxyFor = params['proxy-for']; + logger.info('proxy-pcexec auth check', { + agentId, + proxyAllowlist, + }); if (!command) { throw new Error('Missing required parameter: command'); }