Skip to content

Instantly share code, notes, and snippets.

@ahonor
Last active December 17, 2015 17:19
Show Gist options
  • Save ahonor/5644883 to your computer and use it in GitHub Desktop.
Save ahonor/5644883 to your computer and use it in GitHub Desktop.
description: Anonymous access.
context:
project: '.*' # all projects
for:
resource:
- allow: [read]
adhoc:
- allow: [read]
job:
- allow: [read]
node:
- allow: [read]
by:
group: anonymous
---
description: Anonymous access.
context:
application: 'rundeck'
for:
project:
- allow: [read]
system:
- allow: [read]
by:
group: anonymous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment