ironic/releasenotes/notes/address-rbac-originating-500-errors-4b54977631a015d9.yaml
Winicius Silva 0f62bd2164 Fix spelling reported by codespell
Change-Id: I5a1f68189eb75b92bedeaaa8b645be7f10b0d30f
2024-04-12 14:34:49 -03:00

9 lines
427 B
YAML

---
fixes:
- |
Some of Ironic's API endpoints, when the new RBAC policy is being enforced,
were previously emitting *500* error codes when insufficient access rights were
being used, specifically because the policy required ``system`` scope. This
has been corrected, and the endpoints should now properly signal a *403* error
code if insufficient access rights are present for an authenticated requester.