rundeck-plugins / rundeck-winrm-plugin

Rundeck WinRM Node Executor plugin
Other
56 stars 28 forks source link

Does this plugin support WINRM_NATIVE connectionType? #47

Open ChrisPr1 opened 7 years ago

ChrisPr1 commented 7 years ago

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?

thomsonac commented 6 years ago

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

IAPOLINARIO commented 5 years ago

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

thomsonac commented 5 years ago

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

IAPOLINARIO commented 5 years ago

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