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

🐛 Fix analyses RBAC. #472

Merged
merged 2 commits into from
Aug 10, 2023
Merged

🐛 Fix analyses RBAC. #472

merged 2 commits into from
Aug 10, 2023

Conversation

jortel
Copy link
Contributor

@jortel jortel commented Aug 10, 2023

Fix RBAC for:

  • /analyses - This is the primary endpoint for analyses
  • /applications/:id/analyses endpoints - This is the analyses subresource under applications.

Roles:

  • Addon: CRUD for:
    • /applications/:id/analyses
  • Admin, Architect: CRUD for:
    • /analyses
    • /applications/:id/analyses
  • Migrator, Project-Manager: Read-Only,
    • /analyses
    • /applications/:id/analyses

Signed-off-by: Jeff Ortel <jortel@redhat.com>
Signed-off-by: Jeff Ortel <jortel@redhat.com>
Copy link
Contributor

@dymurray dymurray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants