It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda CloudGen Access

Sync with Google Workspace

  • Last updated on

See also How to Install the CloudGen Access User Directory Connector.

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:

KeyTypeDescription
google_api_timeoutint(60)Timeout to connect to Google infrastructure
google_with_group_emailboolean Include group’s email in the group name

See also General parameters.