Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect aclpolicy yaml structure can cause NPE #206

Closed
gschueler opened this issue Sep 25, 2012 · 0 comments
Closed

incorrect aclpolicy yaml structure can cause NPE #206

gschueler opened this issue Sep 25, 2012 · 0 comments
Labels
Milestone

Comments

@gschueler
Copy link
Member

If the aclpolicy yaml is incorrect it may case a NPE:

example:

description: application level access
context:
 application: 'rundeck'
for:
 project:
   - equals:
     name: 're'
     allow: [read] # allow view/admin of all projects
by:
 group: re-deploy

the -equals section is empty, due to incorrect indentation for name: 're'.

gschueler added a commit to gschueler/rundeck that referenced this issue Apr 24, 2013
gschueler added a commit to gschueler/rundeck that referenced this issue Apr 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant