manila/releasenotes/notes/bug-2006792-fix-add-share-network-subnet-non-admin-463347a723069997.yaml
renanpiranguinho 1a603682ae Fix Share Network Subnet Metadata policy error
When the user logged is not an admin, the project find for the
policies using some information like project_id. Since the
Subnet model doesn't have project_id, the new property refering
the Share Network project_id now is used to guarantee access

Closes-bug: #2011869
Change-Id: I58331fa6906c855804abb94fad85a8370625c886
2023-03-17 12:40:53 +00:00

7 lines
216 B
YAML

---
fixes:
- |
Share Network Subnet Metadata now can be add by any user, as the
project_id used to verify the policy in the case of a non-admin user
now is present in the Share Network Subnet db model.