> ## Documentation Index
> Fetch the complete documentation index at: https://www.towbar.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Doppler

> Resolve workload secrets with a scoped Doppler service token.

Use a Doppler service token for the project and configuration that Towbar workloads need. The token belongs in the protected control-plane YAML file, not in a repository or workload manifest. Towbar resolves references during deployment and does not return secret values to the dashboard.

```yaml title="/etc/towbar/towbar.yml" theme={"system"}
integrations:
  doppler:
    enabled: true
    token: "<service-token>"
```

Run `sudo towbar config validate` and `sudo towbar restart`. Confirm that Doppler appears under **Manage → Integrations → External secrets**. A configured status does not test token access to a project or config. Follow the [external-secret source guide](/docs/secrets/external) and deploy a non-production workload to verify access.

If a deployment cannot load its secrets, check the project/configuration covered by the token and whether the token was revoked. Apply a replacement service token in YAML, restart, verify a test deployment, and then revoke the previous token.

<div className="towbar-doc-screenshot">
  <div className="towbar-product-light">
    <img src="https://mintcdn.com/avgeek/EgLPXnoUAEgajpP9/assets/release-v2/doppler-setup-light.jpg?fit=max&auto=format&n=EgLPXnoUAEgajpP9&q=85&s=7312504bd745d44f83f0e890d8ead89e" alt="Doppler integration settings in Towbar." width="2560" height="1440" loading="lazy" data-path="assets/release-v2/doppler-setup-light.jpg" />
  </div>

  <div className="towbar-product-dark">
    <img src="https://mintcdn.com/avgeek/EgLPXnoUAEgajpP9/assets/release-v2/doppler-setup-dark.jpg?fit=max&auto=format&n=EgLPXnoUAEgajpP9&q=85&s=730942cdc8c7cae9ef3b37ec56a61b6a" alt="Doppler integration settings in Towbar." width="2560" height="1440" loading="lazy" data-path="assets/release-v2/doppler-setup-dark.jpg" />
  </div>

  <p>
    The Doppler page confirms that Towbar loaded the runtime configuration; test
    a reference to verify remote access.
  </p>
</div>
