Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.11
Description
Current Situation
It is possible to define permissions per role. It is possible to define different permissions for each JobScheduler Master. It is not possible to define permissions that effects the folder view.
Desired Behaviour
It should be possible to define a set of folders that are available for a role.
[folders] it_operator=/sos/*, /nested/*, /split/* business_user=/* my_role=/abcd,/sos/*
In this example the role it_operator have recursivly access to the folder /sos, /nested and /split. The business_user role have access to the whole live folder and the my_role have recursivly access to the folder /sos and non recursivly to the folder /abcd
It should also be possible to define this per JobScheduler Master.
In this example it_operators and my_role have access to /sos recursive for all JobScheduler instances. For JobScheduler scheduler_id1 and scheduler_id2 are different folders available.
[folders] scheduler_id2|it_operator=/test* scheduler_id2|business_user=/* scheduler_id2|my_role=/abcd, scheduler_id1|it_operator= /nested/*, /split/* scheduler_id1|business_user=/* scheduler_id1|my_role=/abcd, it_operator=/sos/* my_role=/sos/*
If a job_chain contains a job from a folder that is not permitted, the functions from the jobs menue are available as the job is in a job chain that have the folder permissions.