From 9707673b3467fd9e476eb7c4721b3d930ba74e81 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Fri, 5 Feb 2021 14:56:48 +0000 Subject: [PATCH] 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 --- doc/source/admin/service-api-protection.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/service-api-protection.rst b/doc/source/admin/service-api-protection.rst index dd90c7efeb..47886aeb07 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,