You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@traylenator
I really like the plugin, works very well. I wondered if you were open to a suggestion.
Instead of the prompt for user/password I just added the two values into the settings hash and placed this into the client.cfg. Which eliminated the authenticate_user function. So something like this:
In foreman.rb adding something like:
:login => Config.instance.pluginconf["foreman.login"],
:password => Config.instance.pluginconf["foreman.password"],
@traylenator
I really like the plugin, works very well. I wondered if you were open to a suggestion.
Instead of the prompt for user/password I just added the two values into the settings hash and placed this into the client.cfg. Which eliminated the authenticate_user function. So something like this:
In foreman.rb adding something like:
:login => Config.instance.pluginconf["foreman.login"],
:password => Config.instance.pluginconf["foreman.password"],
and then adding something like so into the client.cfg
plugin.foreman.login = blah
plugin.foreman.password = blah
The text was updated successfully, but these errors were encountered: