Inside DigitalOcean’s SOX Compliance Playbook

ConductorOne docs

Set up a Sentry connector

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

Capabilities

ResourceSyncProvision
Accounts
Projects
Teams
Members
Roles

Available hosting methods

Choose the hosting method that best suits your needs:

MethodAvailabilityNotes
Cloud hostedA built-in, no-code connector hosted by ConductorOne.
Self-hostedA connector hosted and run in your own environment.

Gather Sentry credentials

Each setup method requires you to pass in credentials generated in Sentry. Gather these credentials before you move on.

A user with an Admin, Manager, or Owner role in Sentry with the permission to create new integrations must perform this task.

Create a new internal integration in Sentry

  1. In Sentry, click Settings > Developer Settings.

  2. Click Create New Integration and select Internal Integration, then click Next.

  3. On the Create Internal Integration page, give your new integration a name, such as ConductorOne.

  4. In the PERMISSIONS section of the page, give the integration the following permissions:

    • Project: Read
    • Team: Read
    • Release: No Access
    • Issue & Event: Read
    • Organization: Read
    • Member: Read
  5. Scroll to the bottom of the page and click Save Changes.

  6. Your new integration is created. Scroll to the TOKENS section of the page and copy the API token that Sentry automatically created for the integration.

That’s it! Next, move on to the instructions for your chosen setup method.

Set up a Sentry cloud-hosted connector

To complete this task, you’ll need:

  • The Connector Administrator or Super Administrator role in ConductorOne
  • Access to the set of Sentry credentials generated by following the instructions above
  1. In ConductorOne, click Connectors > Add connector.

  2. Search for Sentry and click Add.

  3. Choose how to set up the new Sentry 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. Paste the API token you generated into the Token field.

  8. In the Organization slug field, enter your Sentry organization slug.

    You can find your Sentry organization slug in the URL of your Sentry instance, or on the Organization Settings page.

  9. Click Save.

  10. 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 Sentry connector is now pulling access data into ConductorOne.

Set up a Sentry cloud-hosted connector using Terraform

As an alternative to the cloud-hosted setup process described above, you can use Terraform to configure the integration between Sentry and ConductorOne.

See the ConductorOne Sentry integration resource page in the ConductorOne Terraform registry for example usage and the full list of required and optional parameters.