From 2badd4ecf8133dcc6e5494ad95ff3069f0736828 Mon Sep 17 00:00:00 2001 From: Jeff Malnick Date: Fri, 20 Nov 2020 09:27:21 -0800 Subject: [PATCH] docs: fix misleading statement about what scope a role can be created (#798) --- website/content/docs/concepts/domain-model/roles.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/concepts/domain-model/roles.mdx b/website/content/docs/concepts/domain-model/roles.mdx index 1a9d9b5c45..1f420b6b30 100644 --- a/website/content/docs/concepts/domain-model/roles.mdx +++ b/website/content/docs/concepts/domain-model/roles.mdx @@ -13,7 +13,7 @@ that contains a collection of [permissions][] which are granted to any principal assigned to the role. [Users][] and [groups][] are principals which allows either to be assigned to a role. -A role can only be defined within a [project][] [scope][]. +A role can be defined within any [scope][]. A role can be assigned to principals from any scope. ## Attributes @@ -43,4 +43,4 @@ A role has the following configurable attributes: The following services are relevant to this resource: -* [Role Service](/api-docs/role-service) \ No newline at end of file +* [Role Service](/api-docs/role-service)