Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
If the JOC Cockpit user has a role without the sos:products:joc_cockpit:jobscheduler_master_cluster:view:status permission then
- ./events api is only called by JOC Cockpit for one time after the login
- the response of ./events is not considered
But the ./events api depends on the permission sos:products:joc_cockpit:jobscheduler_master:view:status.
If the user has a role without this permission then
- ./events api response a HTTP 403 (Forbidden)
Desired Behavior
- The ./events api should work even the sos:products:joc_cockpit:jobscheduler_master_cluster:view:status is missing.
- The ./events api should not called again by JOC Cockpit inside the same session if the response is a HTTP 403 (Forbidden)