rundeck-plugins / rundeck-winrm-plugin

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

Please add custom krb5.conf path in plugin properties #72

Open MathiasR111 opened 3 years ago

MathiasR111 commented 3 years ago

Hi,

we're running latest RunDeck in a containerized environment. I've tried today to setup also the latest version of your winrm plugin and already figured out how to use a per-job-based username. Btw. it would also be more flexible if it would be possible to handover job-option based usernames instead the fixed relation to the node property 'username'.

Now I'm struggling because we have a custom krb5.conf in our RD container exclusively created for our purpose that's not stored in the default location. I've tried to set the java system property for the krb5.conf path but that didn't work. Might it be possible to add an option to the plugin that allows the definition of a custom krb5.conf path that will be considered when using Kerberos authentication?

br, Mathias