Este conteúdo não está disponível no idioma selecionado.
Chapter 3. Group Management
3.1. Manage Keystone Groups Copiar o linkLink copiado para a área de transferência!
3.1.1. Using the Command-line Copiar o linkLink copiado para a área de transferência!
You can use Identity Service (keystone) groups to assign consistent permissions to multiple user accounts. This example creates a group and then assigns permissions to the group. As a result, members of the group will inherit the same permissions that were assigned to the group:
The openstack group
subcommands require keystone v3
.
Create the group
grp-Auditors
:Copy to Clipboard Copied! Toggle word wrap Toggle overflow View a list of keystone groups:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Grant the
grp-Auditors
group permission to access thedemo
project, while using the_member_
role:openstack role add _member_ --group grp-Auditors --project demo
$ openstack role add _member_ --group grp-Auditors --project demo
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Add the existing user
user1
to thegrp-Auditors
group:openstack group add user grp-Auditors user1
$ openstack group add user grp-Auditors user1 user1 added to group grp-Auditors
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Confirm that
user1
is a member ofgrp-Auditors
:openstack group contains user grp-Auditors user1
$ openstack group contains user grp-Auditors user1 user1 in group grp-Auditors
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Review the effective permissions that have been assigned to
user1
:Copy to Clipboard Copied! Toggle word wrap Toggle overflow
3.1.2. Using Dashboard Copiar o linkLink copiado para a área de transferência!
You can use the dashboard to manage the membership of keystone groups. You will need to use the command-line to assign role permissions to a group, as covered in the previous example.
3.1.2.1. Create a Group Copiar o linkLink copiado para a área de transferência!
- As an admin user in the dashboard, select Identity > Groups.
- Click +Create Group.
- Enter a name and description for the group.
- Click Create Group.
3.1.2.2. Manage Group Membership Copiar o linkLink copiado para a área de transferência!
You can use the dashboard to manage the membership of keystone groups.
- As an admin user in the dashboard, select Identity > Groups.
- Click Manage Members for the group you need to edit.
- Use Add users to add a user to the group. If you need to remove a user, mark its checkbox and click or Remove users.