Capabilities
| Resource | Sync | Provision |
|---|---|---|
| Users | ||
| Teams |
member entitlement; the connector syncs which users belong to
each team. A team’s access level (for example, the built-in Owners team)
is recorded on the team profile.
This connector is read-only. It does not provision or modify access in
Rollbar.
Gather Rollbar credentials
Create a new Account Access Token with read scope. The connector only
reads users, teams, and membership and never needs write scope.
Configure the Rollbar connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your Rollbar connector is now pulling access data into C1.
Enter the Rollbar credentials:
- Rollbar Base URL:
https://api.rollbar.com/api/1 - Rollbar Account Access Token: the read-scope Account Access Token you copied above.
Connector configuration reference
| Setting | Environment variable | Required | Description |
|---|---|---|---|
| Rollbar Base URL | BATON_BASE_URL | Yes | Rollbar API origin without a trailing slash, usually https://api.rollbar.com/api/1. |
| Rollbar Account Access Token | BATON_API_TOKEN | Yes | Account Access Token with read scope, sent as X-Rollbar-Access-Token. Stored as a secret. |