Last active
December 17, 2015 17:19
-
-
Save ahonor/5644883 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: 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