Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ba2ebd

Browse files
author
OpenStack Proposal Bot
committed
Updated from openstack-manuals
Change-Id: I9fb0310cc91d4183effb0c87b6cce1b8577ffcc4
1 parent 799a7d1 commit 9ba2ebd

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

doc/source/common/glossary.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ A
144144
The protocol by which layer-3 IP addresses are resolved into
145145
layer-2 link local addresses.
146146

147+
admin (Role)
148+
149+
A role that grants highest privileges in an OpenStack deployment.
150+
In many cases, admin rights can imply broader system access, depending on
151+
deployment policies.
152+
147153
admin API
148154

149155
A subset of API calls that are accessible to authorized
@@ -2367,6 +2373,14 @@ M
23672373
Logical groupings of related code, such as the Block Storage
23682374
volume manager or network manager.
23692375

2376+
manager (Role)
2377+
2378+
A role positioned between the admin and member roles, providing
2379+
limited identity management. It has a narrower scope and purpose,
2380+
focused on managing identity-related resources. When assigned at the
2381+
domain scope, the manager role allows users to manage users,
2382+
projects, groups, and role assignments within an entire domain.
2383+
23702384
manifest
23712385

23722386
Used to track segments of a large object within Object
@@ -2404,6 +2418,12 @@ M
24042418
Project name for OpenStack Network Information Service. To be
24052419
merged with Networking.
24062420

2421+
member (Role)
2422+
2423+
A role that provides intermediate privileges between the admin and reader
2424+
roles. The member role offers a way to introduce more granular access
2425+
control and flexibility across different scopes.
2426+
24072427
membership
24082428

24092429
The association between an Image service VM image and a project.
@@ -3248,6 +3268,15 @@ R
32483268
One of the VM image disk formats supported by Image service; an
32493269
unstructured disk image.
32503270

3271+
reader (Role)
3272+
3273+
A role that grants read-only access to resources within a specific
3274+
scope — system, domain, or project. The behavior of the reader role
3275+
depends on its assigned scope. For example, a system-level reader
3276+
can view all projects in the deployment, while a domain-level reader
3277+
can only view projects within their domain. This scope-based distinction
3278+
affects how APIs behave for different users with the reader role.
3279+
32513280
rebalance
32523281

32533282
The process of distributing Object Storage partitions across all
@@ -3546,6 +3575,16 @@ S
35463575
service. Provides one or more endpoints through which users can access
35473576
resources and perform operations.
35483577

3578+
service (Role)
3579+
3580+
A role reserved for service-to-service communication. It allows one
3581+
service to interact with another and be granted only the necessary
3582+
elevated privileges by the receiving service. The service role was
3583+
introduced to replace the previous practice of assigning the overly
3584+
privileged admin role to service users. With this role,
3585+
service-to-service APIs can now default to using the service role,
3586+
ensuring more secure and limited access tailored to inter-service needs.
3587+
35493588
service catalog
35503589

35513590
Alternative term for the Identity service catalog.

0 commit comments

Comments
 (0)