barbican/releasenotes/notes/remap-policy-to-match-controller-1673ec7c88235227.yaml
Harry Rybacki 0a25617483 Ensure orders policy-in-code matches controller
Policy-in-code for orders API did not map properly to orders
controller. Moved `ordeR:put` rule to `orderS:put` to all in line
with what is expected.

Change-Id: I18fc3e9d2772e3f9813aad2a79e8864cf0511abf
2018-07-12 13:36:04 -04:00

11 lines
326 B
YAML

---
features:
- |
Remap the `order:put` to `orders:put` to align with language in the orders
controller.
upgrade:
- |
(For deployments overriding default policies) After upgrading, please review
Barbican policy files and ensure that you port any rules tied to `order:put`
are remapped to `orders:put`.