The connector reads one Doppler workplace — the workplace the API token
belongs to. It syncs that workplace’s users and groups, and the membership
of each group. Every user syncs as enabled: Doppler’s API does not report
an enabled or disabled state on workplace user records. The user’s
workplace role (such as owner or admin) is carried on the user profile for
visibility. Doppler service accounts are separate from workplace users,
cannot be group members, and are not synced. Pending workplace invites are
not synced.
The connector needs a workplace-scoped API token: a personal token
(starts with dp.pt.) or a service account token (starts with
dp.sa.). Project-scoped service tokens (starting with dp.st.) cannot
read workplace users or groups and do not work with this connector.
1
Sign in to your Doppler workplace.
2
Create an API token. Either generate a personal token from your
account’s API settings, or create a service account with a token
under Team > Service Accounts. The token must be able to read
workplace users and groups.
3
Copy the token value. It is shown only once at creation time.
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 Doppler and click Add.
3
Choose how to set up the new Doppler 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 Doppler credentials:
Doppler API base URL: the Doppler API origin, with no
trailing slash. For Doppler’s hosted service this is
https://api.doppler.com.
Doppler API token: the workplace-scoped token you created
(dp.pt. or dp.sa.). The token selects the workplace by
itself; no other identifier is needed.
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 Doppler connector is now pulling access data into C1.
Follow these instructions to run the Doppler connector in your own
environment.
1
Create a secret for the Doppler API token.
2
Configure the connector environment variables:
BATON_BASE_URL: the Doppler API origin, with no trailing
slash. For Doppler’s hosted service this is
https://api.doppler.com.
BATON_DOPPLER_TOKEN: the workplace-scoped token you created
(dp.pt. or dp.sa.).
3
Deploy the connector using your standard self-hosted connector process.
Done. Your Doppler connector is now pulling access data into C1.