summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2021-02-05 14:56:48 +0000
committerLance Bragstad <lbragstad@gmail.com>2021-02-05 15:00:02 +0000
commit9707673b3467fd9e476eb7c4721b3d930ba74e81 (patch)
tree6785ee5982c7d1ae2ddfbd2a14ed0d0161c03b70
parenta0ae615ab95481bfc7e5621ee2179e33bcf95444 (diff)
downloadkeystone-9707673b3467fd9e476eb7c4721b3d930ba74e81.tar.gz
trivial: Update minor wording nit in RBAC persona documentation
After reading through the documentation, I thought this sentence sounded funny using 'within' and 'in' so close to each other. I updated it so that it isn't quite so jarring. Change-Id: I2619108216035a37823e53efb5a3f9fe6cfe5cbb
-rw-r--r--doc/source/admin/service-api-protection.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/admin/service-api-protection.rst b/doc/source/admin/service-api-protection.rst
index dd90c7efe..47886aeb0 100644
--- a/doc/source/admin/service-api-protection.rst
+++ b/doc/source/admin/service-api-protection.rst
@@ -303,8 +303,8 @@ with role assignments on a specific project using the following query:
Project Administrators
======================
-*Project administrators* can only view and modify data within the project in
-their role assignment. They're able to view information about their projects
+*Project administrators* can only view and modify data within the project they
+have authorization on. They're able to view information about their projects
and set tags on their projects. They're not allowed to view system or domain
resources, as that would violate the tenancy of their role assignment. Since
the majority of the resources in keystone's API are system and domain-specific,