Updating a group
Depending on your IdP setup in Cloudera, you can enable or disable the Sync Membership option for a group.
Before you begin: To manage Cloudera groups, you must have the PowerUser role.
Updating a group
Cloudera Management Console
- Sign in to the Cloudera console.
- From the Cloudera home page, click Cloudera Management Console.
- In the User Management section of the side navigation panel,
click Groups.
The Groups page displays the list of the available Cloudera groups.
- From the context menu to the right of the desired group, click Update Group.
- Select or deselect the Sync Membership checkbox.
- Click Update.
CLI
Depending on your requirement can use either of the following parameters with thecdp iam update-group
command to
update a
group:cdp iam update-group \ --group-name<value> \ --sync-membership-on-user-login
OR
cdp iam update-group \ --group-name <value> \ --no-sync-membership-on-user-login