0a25617483
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
11 lines
326 B
YAML
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`.
|