Created
June 4, 2013 01:19
-
-
Save gschueler/5702894 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
description: API Application level access control | |
context: | |
application: 'rundeck' | |
for: | |
resource: | |
- equals: | |
kind: system | |
allow: [read] # allow read of system info | |
- equals: | |
kind: job | |
allow: [admin] # allow cluster schedule takeover | |
project: | |
- match: | |
name: '.*' | |
allow: [read] # allow view of all projects | |
by: | |
group: api_token_group |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment