ironic/releasenotes/notes/node-owner-policy-ports-1d3193fd897feaa6.yaml
Tzu-Mainn Chen 6f16a2268c Allow node owners to administer associated ports
Expose a port's node's owner to policy, giving Ironic admins
the option of modifying the policy file to allow users
specified by a node's owner field to perform API actions on
that node's associated ports.

Change-Id: I47ecbad9729f18dacc703e2a625ef3e92bfb00ed
Story: #2006506
Task: #37539
2020-01-02 15:12:43 +00:00

9 lines
333 B
YAML

---
features:
- |
A port is owned by its associated node's owner. This owner is now exposed
to policy checks, giving Ironic admins the option of modifying the policy
file to allow users specified by a node's owner field to perform API
actions on that node's associated ports through the ``is_node_owner``
rule.