Created
May 6, 2015 21:30
-
-
Save ahonor/06eb6c42e227622ebe4d 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: 'Acess for dev in guitars-production.' | |
context: | |
project: 'guitars-production' | |
for: | |
resource: | |
- allow: read | |
job: | |
- equals: | |
group: 'web' | |
name: 'Status' | |
allow: [run,read] | |
- equals: | |
group: 'web' | |
name: 'Restart' | |
allow: [read] | |
node: | |
- contains: | |
tags: www | |
allow: [read,run] | |
by: | |
group: dev | |
--- | |
description: 'Acess for dev in guitars-stage.' | |
context: | |
project: 'guitars-stage' | |
for: | |
resource: | |
- allow: read | |
job: | |
- match: | |
group: 'web' | |
name: '.*' | |
allow: [run,read] | |
adhoc: | |
- allow: [read,run,kill] | |
node: | |
- match: | |
nodename: 'db.*' | |
allow: [read] | |
- contains: | |
tags: app | |
allow: [read,run] | |
- contains: | |
tags: www | |
allow: [read,run] | |
by: | |
group: dev | |
--- | |
description: 'Allow read access for projects.' | |
context: | |
application: 'rundeck' | |
for: | |
resource: | |
- allow: [read] | |
project: | |
- allow: [read] | |
by: | |
group: dev | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment