d90c3bf03a
Co-Authored-By: Michael Johnson <johnsomor@gmail.com> Change-Id: I6e27a5e81d9075c2ab8622c617409f0f2747f11e
19 lines
722 B
YAML
19 lines
722 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds RBAC support to the dashboard panels.
|
|
upgrade:
|
|
- |
|
|
To enable RBAC support in the Octavia dashboard you need to install the
|
|
generated octavia_dashboard/conf/octavia_policy.yaml file into your
|
|
horizon openstack_dashboard/conf/ directory and also
|
|
copy octavia_dashboard/local_settings.d/_1499_load_balancer_settings.py
|
|
file into your horizon openstack_dashboard/local/local_settings.d/
|
|
directory.
|
|
security:
|
|
- |
|
|
RBAC can now be enabled for the Octavia dashboard. Whether you enable RBAC
|
|
in the dashboard or not, the API RBAC will still be in effect. Enabling
|
|
RBAC in the dashboard will enforce the policies in the dashboard before
|
|
the API call is made.
|