Project

Profile

Help

Issue #7541

closed

Can't add permission if permission codename conflicts

Added by newswangerd over 3 years ago. Updated over 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

Related galaxy_ng issue: https://github.com/ansible/galaxy_ng/issues/448

The pulp permission API doesn't check the app label when it queries for permissions, which can lead to multiple permissions returned in some cases where plugins have conflicting model names.

In the case of galaxy_ng, we have a conflicting group model, which causes the following error to get thrown whenever anyone attempts to add permissions to manage groups to a user or group.

Exception Type: MultipleObjectsReturned at /api/automation-hub/_ui/v1/groups/1/model-permissions/
Exception Value: get() returned more than one Permission -- it returned 2!

Also available in: Atom PDF