Skip to main content
C1 provides identity governance for Honeybadger. Integrate your Honeybadger account with C1 for unified visibility and governance over user access.

Capabilities

ResourceSyncProvision
Users
Teams

Gather Honeybadger credentials

Use a token from a user that can read the account’s users and teams. The token inherits the access of the user that created it, and one connector reads a single account.
1
In Honeybadger, open your user settings and find the authentication token section.
2
Create or copy a personal authentication token.
3
Note the numeric ID of the account you want to read. You can find it in your Honeybadger account settings or by calling the accounts endpoint with your token.

Configuration fields

FieldRequiredDescription
base-urlYesThe base URL of the Honeybadger API, with no trailing slash and no /v2 suffix. For the hosted service this is https://app.honeybadger.io.
account-idYesThe numeric ID of the Honeybadger account to read users and teams from. One connector reads one account.
auth-tokenYesA personal authentication token from your Honeybadger user settings. It is sent as the HTTP Basic username with an empty password.

Synced resource types

  • Users: Honeybadger account users from /v2/accounts/{id}/users.
  • Teams: Honeybadger teams from /v2/teams, each with a member entitlement.
  • Team membership: team-member grants from /v2/teams/{team_id}/team_members.

Special notes

  • Provisioning is not supported in the current build.
  • The connector authenticates with the token as the HTTP Basic username and an empty password.
  • Use an account-scoped token. One connector reads the single account named by account-id; teams and team membership are scoped to that account.

Configure the Honeybadger connector

Follow these instructions to use a built-in, no-code connector hosted by C1.
1
In C1, navigate to Integrations > Connectors and click Add connector.
2
Search for Honeybadger and click Add.
3
Choose how to set up the new Honeybadger connector.
4
Set the owner for this connector.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Enter the Honeybadger credentials:
  • Honeybadger API URL: The API base URL, usually https://app.honeybadger.io.
  • Account ID: The numeric ID of the account to read.
  • API token: The personal authentication token.
8
Click Save.
9
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.
Done. Your Honeybadger connector is now pulling access data into C1.