summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2021-11-17 15:33:10 -0800
committerJulia Kreger <juliaashleykreger@gmail.com>2022-07-20 07:17:52 -0700
commit0311ea7c929692ba41ee45f67a3e15876e1b1410 (patch)
tree5602f768d61615205ca466b3c34d8e47c14afa6d /doc/source
parent4e6a3d52edc42b490c10c110dee5ea9e64fc3467 (diff)
downloadironic-0311ea7c929692ba41ee45f67a3e15876e1b1410.tar.gz
project scoped manager support
Adds support for project manager role support which is a state between project scoped admin and project scoped member. Finally enabling to be merged since the higher end goal/work finally merged on March 1st. Related: https://review.opendev.org/c/openstack/governance/+/815158 Change-Id: Ia35f4a4c3c2af68dc64bfe32f206e57056876dc7
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/admin/secure-rbac.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/admin/secure-rbac.rst b/doc/source/admin/secure-rbac.rst
index d80643c66..639cfcb23 100644
--- a/doc/source/admin/secure-rbac.rst
+++ b/doc/source/admin/secure-rbac.rst
@@ -62,6 +62,12 @@ Project Scoped
Project scoped authentication is when a request token and associated records
indicate an associated ``project_id`` value.
+The Secure RBAC model, since the introduction of the base capability has been
+extended as a result of an OpenStack community goal to include a ``manager``
+role in the project scope. By default, this access is equivelent to a Project
+scoped ``admin`` user, however it may be delineated further as time moves
+forward.
+
Legacy Behavior
---------------