Skip to content

Instantly share code, notes, and snippets.

@gschueler
Created June 4, 2013 01:19
Show Gist options
  • Save gschueler/5702894 to your computer and use it in GitHub Desktop.
Save gschueler/5702894 to your computer and use it in GitHub Desktop.
---
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