keystone/releasenotes/notes/bug-1535878-change-get_project-permission-e460af1256a2c056.yaml
Ajaya Agrawal 38e115d385 Change get_project permission
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
2016-02-11 12:21:24 +00:00

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.