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
When a user is part of a group that can only run specific jobs and is able to see activities of past jobs, if they click on a job they're not authorized to run they get a very sparse page e.g.
"Unauthorized
×
test.user is not authorized to: Read Job 1d425f58-524f-497a-b8e8-e39f8c59a01d:"
<html><head><metahttp-equiv="Content-Type" content="text/html; charset=UTF-8"/><metaname="layout" content="base"/><title>Unauthorized</title></head><body><divclass="pageTop"><spanclass="welcomeMessage error">Unauthorized</span></div><divclass="pageBody" id="execUnauthorized"><divid="error" class="alert alert-dismissable alert-danger"><buttontype="button" class="close" data-dismiss="alert" aria-hidden="true">×</button><p>test.user is not authorized to: Read Job 1d425f58-524f-497a-b8e8-e39f8c59a01d</p></div></div></body></html>
This also occurs if they click to view a job definition that they are only allowed to run (but not view), e.g. when creating job snippets in a hidden group/folder to be re-used / called from authorized folders.
The text was updated successfully, but these errors were encountered:
Thanks Alex, just as you said!
Personally it's no big deal but the end user was complaining it looks unprofessional, short of kicking their teeth out I said I'll see what I can do!
When a user is part of a group that can only run specific jobs and is able to see activities of past jobs, if they click on a job they're not authorized to run they get a very sparse page e.g.
"Unauthorized
×
test.user is not authorized to: Read Job 1d425f58-524f-497a-b8e8-e39f8c59a01d:"
This also occurs if they click to view a job definition that they are only allowed to run (but not view), e.g. when creating job snippets in a hidden group/folder to be re-used / called from authorized folders.
The text was updated successfully, but these errors were encountered: