Role name is unique within the owning domain
Keytone supports to create roles with same name in different domains, this fixes the doc nit. Change-Id: I5da0bedef6cb9153054240502a09962cf3256fd2
This commit is contained in:
parent
da472c5f3b
commit
b447b528a3
@ -14,7 +14,7 @@ the uniqueness of these attributes is as follows:
|
||||
|
||||
- *Domain name*. Globally unique across all domains.
|
||||
|
||||
- *Role name*. Globally unique across all domains.
|
||||
- *Role name*. Unique within the owning domain.
|
||||
|
||||
- *User name*. Unique within the owning domain.
|
||||
|
||||
|
@ -107,7 +107,8 @@ Roles
|
||||
|
||||
``Roles`` dictate the level of authorization the end user can obtain. Roles
|
||||
can be granted at either the domain or project level. A role can be assigned at
|
||||
the individual user or group level. Role names are globally unique.
|
||||
the individual user or group level. Role names are unique within the
|
||||
owning domain.
|
||||
|
||||
Role Assignments
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
Loading…
Reference in New Issue
Block a user