Users, Groups, and Roles Management¶
This section explains how to configure filters for specific users, groups, and roles in Privacera. These filters allow administrators to control which identities are included in policy synchronization and access evaluations for BigQuery.
Privacera's BigQuery connector allows you to explicitly manage or ignore specific users, groups, and roles. This feature is useful for restricting access management to only the relevant identities. If the same identity appears in both the manage and ignore lists, the ignore list takes precedence.
Prerequisites¶
- You have successfully installed Privacera Manager and have the base installation operational.
- You have configured the connector for BigQuery or are in the process of doing so.
Configuration Steps¶
The following properties define comma-separated lists of users, groups, and roles to be managed by PolicySync. Wildcards (*) are supported to match multiple resources. If you want to manage all users, groups, and roles you can omit specifying these properties.
- User:
user1,user2,dev_user*
- Group:
group1,group2,dev_group*
- Role:
role1,role2,dev_role*
Note
- Replace the example values with your actual user, group, and role names.
- For instructions on creating a custom group in Google Cloud, refer to this guide.
- The Google Group must be added in the portal using the following format:
Example – Name:connectorDev@googlegroups.com
-
Navigate to Settings → Applications in the Self-Managed Portal.
-
Select BigQuery from the list of Connected Applications.
-
Click on the application name or the icon, then click on Access Management → ADVANCED tab.
-
If you want to manage only specific users, and groups, specify them in the respective lists. Leave the values empty or put
*
, to manage all users, and groups.- Users to manage access control policies :
user1
- Groups to manage access control policies :
group1
- Users to manage access control policies :
-
To exclude specific users, and groups from the BigQuery, set the following properties.
- Users to be ignored by access control policies :
test_user1
- Groups to be ignored by access control policies :
test_group1
- Users to be ignored by access control policies :
-
Enable
Set access control policies only on the users from managed groups
if you want to manage only the users that are members of groups specified byGroups to manage access control policies
. Default value isfalse
. -
Click SAVE to apply the changes.
Update Configuration File Modify the following property in the vars.connector.bigquery.yml file located in the connector’s instance directory.
Save the file and update the privacera manager
-
In PrivaceraCloud, go to Settings -> Applications.
-
Select BigQuery from the list of Connected Applications.
-
Click on the application name or the icon, then click on Access Management.
-
Under the ADVANCED tab, enter the values for:
- Users to Set Access Control Policies :
user1
- Groups to Set Access Control Policies :
group1
- Users to be Ignored by Access Control Policies :
test_user1
- Groups to be Ignored by Access Control Policies :
test_group1
- Set Access Control Policies Only on Users from Managed Groups : Enable to specify whether to manage only the users that are members of groups specified by
Groups to set access control policies
. Default value isfalse
.
- Users to Set Access Control Policies :
-
Click SAVE.
-
Once saved and enabled, the BigQuery connector will start. Then you can hover on the VIEW LOGS button to check the status, either Running or Stopped.
Note
Text Only | |
---|---|
1 |
|
Restart The BigQuery Connector:
-
Go to Settings > Applications > select the BigQuery connector application .
-
Edit the application > Disable it > and Save it.
-
Open the same application again and then: Enable it and Save it.
- Prev topic: Advanced Configuration