Skip to content

Improve message handling for RunAs validation

Paul Bryant requested to merge runas-user-message into develop

Improve the RunAs JSON override to allow for defined "user_message" and "error_message" strings. If present these new details will be handled accordingly.

{
   "user_message": "this message will always be surfaced to the user in their job log",
   "error_message": "this will be included in the error admin only log"
}
Edited by Paul Bryant

Merge request reports