committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
31
rundeck/admin.aclpolicy
Normal file
31
rundeck/admin.aclpolicy
Normal file
@@ -0,0 +1,31 @@
|
||||
description: Admin, all access.
|
||||
context:
|
||||
project: '.*' # all projects
|
||||
for:
|
||||
resource:
|
||||
- allow: '*' # allow read/create all kinds
|
||||
adhoc:
|
||||
- allow: '*' # allow read/running/killing adhoc jobs
|
||||
job:
|
||||
- allow: '*' # allow read/write/delete/run/kill of all jobs
|
||||
node:
|
||||
- allow: '*' # allow read/run for all nodes
|
||||
by:
|
||||
group: admin
|
||||
|
||||
---
|
||||
|
||||
description: Admin, all access.
|
||||
context:
|
||||
application: 'rundeck'
|
||||
for:
|
||||
resource:
|
||||
- allow: '*' # allow create of projects
|
||||
project:
|
||||
- allow: '*' # allow view/admin of all projects
|
||||
project_acl:
|
||||
- allow: '*' # allow admin of all project-level ACL policies
|
||||
storage:
|
||||
- allow: '*' # allow read/create/update/delete for all /keys/* storage content
|
||||
by:
|
||||
group: admin
|
||||
Reference in New Issue
Block a user