HI,
I created a new aclpolicy file (bereitschaft.aclpolicy) with following content:
description: Bereitschaft, limited Access.
context:
project: '.*'
for:
resource:
- equals:
kind: event
allow: [read]
job:
- allow: [read,run,kill,toggle_schedule,toggle_execution]
node:
- allow: [read]
by:
group: bereitschaft
description: Bereitschaft, limited Access.
context:
application: 'rundeck'
for:
resource:
- allow: [read]
project:
- allow: [read]
project_acl:
- allow: [read]
storage:
- allow: [read]
by:
group: bereitschaft
Created a new user and put him in the "bereitschaft" group.
I want the user to login, see all projects, run jobs, kill them. But no adhoc or changing, creating of jobs.
Now I can login with the user see all projects: But when I select a project i can't see any Jobs. Just a empty list. I can't see any nodes or events. On the events Tab it shows (only there): Not authorized to read Events in project (Projectname)
What is wrong ?
Thanks a lot
Xeon