ironic/releasenotes/notes/fix-self-owned-node-policy-fc2dae357879dc33.yaml
Julia Kreger 9da6dfd73d Fix self_owned_node policy check
When enabling scope enforcement, the self_owned_node check could
generate a failure because the check internally can be touched
by both a project scoped and system scoped endpoint.

This change changes the tag in the policy so it doesn't prematurely
return an error to the API consumer.

Change-Id: I49e2f7f29eb98e5bb4e18614cea0aca726703f55
2023-05-09 09:51:43 -07:00

8 lines
266 B
YAML

---
fixes:
- |
Fixes scope classification check with the "self_owned_node" policy
check where it was limited to check execution with only project
scoped, so system scoped users who ticked the policy endpoint would
basically get an incorrect error.