8253826e86
Introduce is_node_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. Change-Id: If08586f3e9705dd38ff83e4b500d9ee3cd45bce3 Story: #2006506 Task: #37214
7 lines
270 B
YAML
7 lines
270 B
YAML
---
|
|
features:
|
|
- Adds a ``is_node_owner`` policy rule. This rule can be used with node
|
|
policy rules in order to expose specific node APIs to a project ID
|
|
specified by a node's ``owner`` field. Default rules are unaffected,
|
|
so default behavior is unchanged.
|