tripleo-heat-templates/releasenotes/notes/enable-secure-rbac-for-neutron-842bd41339a48f26.yaml
Slawek Kaplonski 4f0ad599b8 Allow neutron to configure secure RBAC options
This updates the neutron api container to set the appropriate
configuration options when EnforceSecureRbac is True. This will be
needed when more OpenStack services support system-scope and deployers
want to enable those personas.

Conflicts:
    deployment/neutron/neutron-api-container-puppet.yaml

Change-Id: I6dc238c2b59c5c1d89d54a2dd1fbf7cef0d16313
(cherry picked from commit 8e28fde39c)
2022-02-03 08:33:36 +00:00

9 lines
316 B
YAML

---
features:
- |
Neutron can now be configured to support secure RBAC using
`EnforceSecureRbac`. Note, you may not be able to use this until Neutron
upstream has support for common RBAC `personas
<https://docs.openstack.org/keystone/latest/admin/service-api-protection.html#roles-definitions>`_.