38e115d385
Previously to issue GET /project a user needed at least project_admin level of permission. With this change, a user can issue GET /project by just having a role on the project. Change-Id: I9d23edc22eb88d0b21ab8968dfbe63661220a6fd Closes-Bug: 1535878
9 lines
344 B
YAML
9 lines
344 B
YAML
---
|
|
fixes:
|
|
- >
|
|
[`bug 1535878 <https://bugs.launchpad.net/keystone/+bug/1535878>`_]
|
|
Originally, to perform GET /projects/{project_id}, the provided policy
|
|
files required a user to have at least project admin level of permission.
|
|
They have been updated to allow it to be performed by any user who has a
|
|
role on the project.
|