[Demo] ConductorOne's Policy Engine

ConductorOne docs

Set up a Google Cloud Platform (with Google Workspace) connector

ConductorOne provides identity governance and just-in-time provisioning for Google Cloud Platform (with Google Workspace). Integrate your Google Cloud Platform (with Google Workspace) instance with ConductorOne to run user access reviews (UARs) and enable just-in-time access requests.

Capabilities

ResourceSyncProvision
Accounts
Groups
Roles
Projects
Organizations

Gather Google Cloud Platform (with Google Workspace) credentials

Configuring the connector requires you to pass in credentials generated in Google Cloud Platform (with Google Workspace). Gather these credentials before you move on.

A user with the Super Admin role in Google Cloud Platform (with Google Workspace) must perform this task.

Create a new project

  1. As a Google Cloud Platform (with Google Workspace) Super Admin, sign in to https://console.cloud.google.com.

  2. In the toolbar, click the project select dropdown, and click NEW PROJECT.

  3. Create a new project for your organization:

    • Project Name: Choose a names, such as “ConductorOne Integration”
    • Organization/Location: Choose the appropriate Organization/Location
  4. After the project is created, make sure the correct project is selected in the dropdown at the top.

Enable the API

  1. In the navigation menu, navigate to > APIs & Services > Library.

  2. Search for and select the Admin SDK API.

  3. Click Enable.

Create a service account

  1. In the navigation menu, navigate to > APIs & Services > Credentials.

  2. Select CREATE CREDENTIALS > Service Account.

  3. Under Service account details, fill in the following:

    • Service account name: ConductorOne Integration
    • Service account description: for example, “Service account for ConductorOne Google Cloud Platform (with Google Workspace) Integration”
  4. Click CREATE AND CONTINUE.

  5. Under Grant this service account access to a project, grant the following permissions to either the Editor role or a custom role on the org level, and assign that role to the service account:

    You’ll need these permissions to give ConductorOne READ access (syncing access data):

    cloudasset.assets.analyzeIamPolicy
    cloudasset.assets.searchAllIamPolicies
    cloudasset.assets.searchAllResources
    iam.roles.get
    resourcemanager.folders.getIamPolicy
    resourcemanager.folders.list
    resourcemanager.organizations.get
    resourcemanager.organizations.getIamPolicy
    resourcemanager.projects.get
    resourcemanager.projects.getIamPolicy
    resourcemanager.projects.list
    

    You’ll need these permissions to give ConductorOne READ/WRITE access (syncing access data and provisioning access):

    cloudasset.assets.analyzeIamPolicy
    cloudasset.assets.searchAllIamPolicies
    cloudasset.assets.searchAllResources
    iam.roles.get
    resourcemanager.folders.getIamPolicy
    resourcemanager.folders.list
    resourcemanager.folders.setIamPolicy
    resourcemanager.organizations.get
    resourcemanager.organizations.getIamPolicy
    resourcemanager.projects.get
    resourcemanager.projects.getIamPolicy
    resourcemanager.projects.list
    resourcemanager.projects.setIamPolicy
    
  6. Leave Grant users access to this service account blank.

  7. Click DONE.

Get credentials

  1. Navigate back to APIs & Services > Credentials and select the service account you just created.
  1. Click the service account’s email address. Locate and save the Unique ID.
  1. On the Service Account Details Page, click KEYS.
  1. Click ADD KEY > Create new key.

  2. Choose JSON and click CREATE. The new key is created and downloaded to your computer.

  3. Keep the downloaded file safe, you’ll use it to set up the connector.

Add the service account to Google Cloud Platform (with Google Workspace)

  1. Go to https://admin.google.com as a SUPER ADMIN.

  2. In the navigation menu, select Security > Access and data control > API Controls.

  3. Click MANAGE DOMAIN WIDE DELEGATION.

  1. Click Add new and fill out the form:

    • Client ID: The saved ID

    • OAuth Scopes: Copy and paste in the relevant scopes

      • Use the following scopes to give ConductorOne READ access (syncing access data):

        https://www.googleapis.com/auth/admin.directory.user.alias.readonly,https://www.googleapis.com/auth/admin.directory.rolemanagement.readonly,https://www.googleapis.com/auth/admin.directory.group.member.readonly,https://www.googleapis.com/auth/admin.directory.group.readonly,https://www.googleapis.com/auth/admin.directory.user.readonly,https://www.googleapis.com/auth/admin.directory.domain.readonly,https://www.googleapis.com/auth/admin.reports.audit.readonly
        
      • Use the following scopes to give ConductorOne READ/WRITE access (syncing access data and provisioning access):

        https://www.googleapis.com/auth/admin.directory.user.alias.readonly,https://www.googleapis.com/auth/admin.directory.rolemanagement,https://www.googleapis.com/auth/admin.directory.group.member,https://www.googleapis.com/auth/admin.directory.group,https://www.googleapis.com/auth/admin.directory.user.readonly,https://www.googleapis.com/auth/admin.directory.domain.readonly,https://www.googleapis.com/auth/admin.reports.audit.readonly
        
  2. Click AUTHORIZE.

  3. In the navigation menu, select Account > Account Settings.

  4. Copy and save the Customer ID from this page.

Locate your primary domain

  1. In the navigation panel on the left, click Account > Domains.

  2. Click Manage Domains. Locate and copy the domain labeled as the Primary Domain in the Type column.

That’s it! Next, move on to the connector configuration instructions.

Configure the Google Cloud Platform (with Google Workspace) connector

To complete this task, you’ll need:

  • The Connector Administrator or Super Administrator role in ConductorOne
  • Access to the set of Google Cloud Platform (with Google Workspace) credentials generated by following the instructions above

Follow these instructions to use a built-in, no-code connector hosted by ConductorOne.

  1. In ConductorOne, navigate to Admin > Connectors and click Add connector.

  2. Search for Google Cloud Platform (with Google Workspace) and click Add.

  3. Choose how to set up the new Google Cloud Platform (with Google Workspace) connector:

    • Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with ConductorOne)

    • Add the connector to a managed app (select from the list of existing managed apps)

    • Create a new managed app

  4. Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of ConductorOne users. Setting multiple owners is allowed.

    If you choose someone else, ConductorOne will notify the new connector owner by email that their help is needed to complete the setup process.

  5. Click Next.

  6. Find the Settings area of the page and click Edit.

  7. In the Customer ID field, enter the customer ID.

  8. In the Domain field, enter the primary domain.

  9. In the Administrator email field, enter the email address associated with your domain or a super admin.

  10. In the Credentials (JSON) area, click Choose file and upload the file.

  11. Optional. Check the box if you want to skip syncing Google Cloud Platform system accounts.

  12. Optional. Uncheck the box (which is checked by default) if you want to sync Google Cloud Platform default projects.

  13. Optional. In the **Project IDs field, enter a list of project IDs to limit the connector’s sync to only those projects. Be sure to enter project IDs, not project names.

  14. Click Save.

  15. The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.

That’s it! Your Google Cloud Platform (with Google Workspace) connector is now pulling access data into ConductorOne.

Follow these instructions to use a connector, hosted and run in your own environment.

Self-hosted connector not currently available.