All Collections
CloudGen Access Docs
Sync with Google Workspace
Sync with Google Workspace
Barracuda Admin avatar
Written by Barracuda Admin
Updated over a week ago

To sync with a Google Workspace domain, you need to authorize Barracuda CloudGen Access to access your data:

  1. In the app, go to the Settings page and scroll down to User Directories.

  2. Click + to add the user directory you want to sync.

  3. Fill in the required fields and click Add. In the Add external user directory popup, click Authorize.

  4. Copy the enrollment token from the popup and paste it into the docker run command below in place of 'your enrollment token'.

docker run --name mygooglesync -it fydeinc/fyde-connector --enrollment-token='your enrollment token' sync
2023-02-03 18:28:33  - Configuring system with local DB
2023-02-03 18:28:33  - CGA Connector version 1.0.0
2023-02-03 18:28:33  - Initializing with API https://api.mydomain.com/connectors/v1/184
2023-02-03 18:28:34  - Filters have changed, forcing a full sync
2023-02-03 18:28:54  - Successful sync, next run in 900 seconds
2023-02-03 18:44:01  - No changes detected
2023-02-03 18:44:01  - Successful sync, next run in 900 seconds

Google Workspace Parameters

Timeout to connect to Google infrastructure:

Key

Type

Description

google_api_timeout

int(60)

Timeout to connect to Google infrastructure

google_with_group_email

boolean

Include group’s email in the group name

Did this answer your question?