rundeck-winrm-plugin icon indicating copy to clipboard operation
rundeck-winrm-plugin copied to clipboard

Does this plugin support WINRM_NATIVE connectionType?

Open ChrisPr1 opened this issue 8 years ago • 4 comments

Per the subject line, I'm confused as to the status of WINRM_NATIVE support in this plugin. I'm running the 1.3.3 jar.

I had been working off this 'howto':

http://www.techpaste.com/2015/08/rundeck-windows-nodes-configuration/

Which implies WINRM_NATIVE is a valid connectionType, but when i run a winrm job on a node that has connectionType="WINRM_NATIVE" set and run the job debug mode, I see that WINRM_INTERNAL is being set:

winrmEnableHttps --> false winrmKerberosDebug --> false password --> ******** winrmKerberosTicketCache --> false address --> devcorepiew049.matrix.sjrb.ad winrmKerberosUseHttpSpn --> false os --> WINDOWS port --> 5985 winrmKerberosAddPortToSpn --> false connectionType --> WINRM_INTERNAL username --> *@

Can someone please clarify the status WINRM_NATIVE support in this plugin?

ChrisPr1 avatar Jan 11 '17 18:01 ChrisPr1

I've noticed the same thing. Could someone please comment on this?

thomsonac avatar Jul 30 '18 16:07 thomsonac

WINRM_NATIVE only works if you are running your Rundeck instance from a Windows machine. Otherwise, it will always use WINRM_INTERNAL.

IAPOLINARIO avatar Dec 03 '18 15:12 IAPOLINARIO

That's something that would be realllllllyyy helpful as a line in the actual documentation

thomsonac avatar Dec 03 '18 16:12 thomsonac

Yep, I know. I had a similar issue and it took me a couple of days to figure this out.

IAPOLINARIO avatar Dec 04 '18 09:12 IAPOLINARIO