Merge "Add keystone member role"
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
Keystone Account Roles
|
Keystone Account Roles
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
In |prod|, 4 different keystone roles are supported: ``admin``, ``configurator``,
|
In |prod|, 5 different keystone roles are supported: ``admin``, ``configurator``,
|
||||||
``operator``, and ``reader``.
|
``operator``, ``member``, and ``reader``.
|
||||||
|
|
||||||
- Users with an ``admin`` role in the ``admin`` project can execute any action in the system.
|
- Users with an ``admin`` role in the ``admin`` project can execute any action in the system.
|
||||||
|
|
||||||
@@ -19,11 +19,12 @@ In |prod|, 4 different keystone roles are supported: ``admin``, ``configurator``
|
|||||||
and can execute operational commands on subclouds (example: manage/unmanage,
|
and can execute operational commands on subclouds (example: manage/unmanage,
|
||||||
backup management).
|
backup management).
|
||||||
|
|
||||||
|
- The ``member`` operator is currently the same as ``reader`` role, however it may be
|
||||||
|
used for managing additional capabilities in future.
|
||||||
|
|
||||||
- Users with a ``reader`` role in the ``admin`` project have read-only access.
|
- Users with a ``reader`` role in the ``admin`` project have read-only access.
|
||||||
They cannot perform any changes in the system but can read any configuration.
|
They cannot perform any changes in the system but can read any configuration.
|
||||||
In the |CLI|, commands with prefix or suffix, such as, ``list``, ``query``,
|
In the |CLI|, commands with prefix or suffix, such as, ``list``, ``query``,
|
||||||
``show`` and ``summary`` get the configuration from the system, and are
|
``show`` and ``summary`` get the configuration from the system, and are
|
||||||
allowed for this type of user, all other commands are denied.
|
allowed for this type of user. All other commands are denied.
|
||||||
|
|
||||||
The following sections describe how to create users with specific keystone
|
|
||||||
roles in |prod|.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user