summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-07-22 00:53:43 +0000
committerGerrit Code Review <review@openstack.org>2022-07-22 00:53:43 +0000
commit36bbd363e8df4beeacc4e4ac4a79a671d61dc8c3 (patch)
tree85f8e9fae653466093ec4a8a00eb8644db47e831 /doc/source
parentbee0a4e31a55fd6c78f1f9a200e09ee386396da1 (diff)
parent0311ea7c929692ba41ee45f67a3e15876e1b1410 (diff)
downloadironic-36bbd363e8df4beeacc4e4ac4a79a671d61dc8c3.tar.gz
Merge "project scoped manager support"
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
---------------