ironic/releasenotes/notes/allocation-added-owner-policy-c650074e68d03289.yaml
Tzu-Mainn Chen 8b9349d47f Expose allocation owner to additional policy checks
Add is_allocation_owner to policy, giving Ironic admins
the option of modifying the policy file to allow users
specified by an allocation's owner field to perform API actions
on that allocation.

Change-Id: Iae87b2dbf8a199565aeeee28ec00a42941e2b4bb
Story: #2006506
Task: #38741
2020-02-20 15:23:12 +00:00

8 lines
337 B
YAML

---
features:
- |
Adds ``is_allocation_owner`` policy rule, which can be applied to allocation
get/update/delete rules. Also adds ``baremetal:allocation:list`` and
``baremetal:allocation:list_all`` rules for listing owned allocations and all
allocations. Default rules are unaffected, so default behavior is unchanged.