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

Project Config permission needs Project Create ACL #1031

Closed
new23d opened this issue Nov 24, 2014 · 0 comments
Closed

Project Config permission needs Project Create ACL #1031

new23d opened this issue Nov 24, 2014 · 0 comments
Labels
Milestone

Comments

@new23d
Copy link
Contributor

new23d commented Nov 24, 2014

I have been trying to design an aclpolicy for a user who may have full admin over a specific project. Unless I configure it as...

context:
  application: 'rundeck'
for:
  resource:
    - equals:
        kind: project
      allow: [create]
  project:
    - match:
        name: 'My_Project'
      allow: '*'

...the user upon choosing to edit their project gets an error message stating, "You are not authorized to create a project. Ask your RunDeck admin to create one." The resource -> project -> create permission then allows them to create projects at the application level indeed, which is undesired.

@gschueler gschueler added the bug label Nov 24, 2014
@gschueler gschueler added this to the 2.4.0 milestone Dec 5, 2014
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

2 participants