Print a warning message when job step fails with AuthCancel
Reported by Alex-SF | May 26th, 2011 @ 05:00 PM | in Rundeck 1.2.1
If the job fails with a AuthCancel error /JschException, there should be a warning message to the user something like this.
Jobs could then result with a printed message like:
"Failed to run on xxx node...Did you run "Generate Resource" ?
Comments and changes to this ticket
-
Alex-SF May 31st, 2011 @ 03:06 PM
Could improve the default AuthCancel message to say something like:
Authentication failure connecting to node "xyz". Make sure your resource definitions and credentials are up to date
Also, could consider making the AuthCancel error message user definable.
-
Alex-SF May 31st, 2011 @ 04:04 PM
- Tag changed from customer, documentation to customer request, documentation
From end user in the field:
I like the updated default one...but it would be much better if I customize a failure message for that
-
Greg Schueler May 31st, 2011 @ 06:12 PM
adding framework property
framework.messages.error.ssh.authcancel
, default value:Authentication failure connecting to node: "{0}". Make sure your resource definitions and credentials are up to date.
"{0}" will be replaced with the node name. "{1}" will also be replaced with the original exception message if desired.
-
Deleted User May 31st, 2011 @ 06:31 PM
- State changed from new to resolved
(from [ee016b88a2d611890e9d41c969f30bae15f6a7cd]) Use framework property framework.messages.error.ssh.authcancel message if ssh authentication failure occurs [#307 state:resolved] https://github.com/dtolabs/rundeck/commit/ee016b88a2d611890e9d41c96...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues
People watching this ticket
Referenced by
- 318 Print a warning message when job step fails with AuthCancel ref #307
- 307 Print a warning message when job step fails with AuthCancel (from [ee016b88a2d611890e9d41c969f30bae15f6a7cd]) Use fra...