6f16a2268c
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
9 lines
333 B
YAML
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.
|