NetDocuments-Archive / rd-winrm-plugin

Allows rundeck to execute commands with powershell
Apache License 2.0
31 stars 19 forks source link

Credentials Cache File Not Found #27

Open danielladd opened 8 years ago

danielladd commented 8 years ago

I am trying to use this plugin to connect to a Windows machine using Kerberos authentication, but I keep getting the following error:

image

danielladd commented 8 years ago

It looks like the plugin looks for a credentials cache in /tmp/krb5cc_109 which does not exist. If I create this cache manually the plugin then works.

danielladd commented 8 years ago

From what I can tell the plugin does not create the cache file or request the KDC kerberos ticket. For now I have ansible renewing this ticket every 30 minutes but it is not ideal. Maybe something to take as a feature request.

spuder commented 8 years ago

Thanks for reporting this. Currently we aren't using kerberose for authentication. The priority for adding this feature is not something we could take on right now. If you are able to develop a solution, pull requests are welcome.

UnicodeTreason commented 8 years ago

Just to confirm my understanding, Kerberos authentication doesnt currently work with this plugin?

spuder commented 8 years ago

I don't believe it does kerberos. @vvchik can you confirm?