From e4fe21cabf9055dbfb251efc94f9a513aa2c9ae9 Mon Sep 17 00:00:00 2001 From: Jake Cohen Date: Thu, 11 Jan 2024 09:37:48 -0800 Subject: [PATCH] add property back to file copier --- plugin.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugin.yaml b/plugin.yaml index b379022..d2f5334 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -371,6 +371,15 @@ providers: required: false renderingOptions: groupName: Kerberos + - name: winrmproxy + title: Proxy + description: "Specify a proxy address for communicating with Windows nodes. Example HTTP proxy strings are http://server:port and http://user:pass@server:port. An example SOCKS5 proxy string is socks5://user:pass@server:port." + type: String + required: false + scope: Instance + renderingOptions: + groupName: Connection + instance-scope-node-attribute: "winrm-proxy" - name: enabledhttpdebug title: Enable HTTP logging in debug mode description: "Print extra http logging in debug mode"