magnum/magnum/tests
ricolin 5971243169 Support enables rbac policies new defaults
The Magnum service allow enables policies (RBAC) new defaults and scope by
default. The Default value of config options ``[oslo_policy] enforce_scope``
and ``[oslo_policy] oslo_policy.enforce_new_defaults`` are both to
``False``, but will change to ``True`` in following cycles.

To enable them then modify the below config options value in
``magnum.conf`` file::

  [oslo_policy]
  enforce_new_defaults=True
  enforce_scope=True

reference tc goal for more detail:
https://governance.openstack.org/tc/goals/selected/consistent-and-secure-rbac.html

Related blueprint secure-rbac

Change-Id: I249942a355577c4f1ef51b3988f0cc4979959d0b
2023-08-30 00:35:24 +08:00
..
contrib Drop Mesos code 2023-03-07 14:02:05 +11:00
functional Drop bay and baymodel from magnum 2023-05-09 13:59:57 +00:00
releasenotes/notes Add separated CA cert for etcd and front-proxy 2021-04-01 17:31:34 +00:00
unit Support enables rbac policies new defaults 2023-08-30 00:35:24 +08:00
__init__.py Remove redundant FunctionalTest class 2015-07-15 03:39:11 +08:00
base.py Use unittest.mock instead of third party mock 2020-04-29 17:10:23 +03:00
conf_fixture.py Centralize config option: trust section 2016-09-22 05:57:46 +00:00
fake_notifier.py Emit notifications when bay operations get executed 2016-05-19 15:29:56 +08:00
fakes.py Support enables rbac policies new defaults 2023-08-30 00:35:24 +08:00
output_fixture.py ci: Add output stream fixture to fix CI 2019-10-01 10:34:55 +00:00
policy_fixture.py [goal] Deprecate the JSON formatted policy file 2021-03-08 15:11:01 +00:00
utils.py Remove redundant code from magnum.test.utils 2015-07-20 21:53:12 +08:00