
Step 1: Clone the starter project
Step 2: Create your Doppler project
Step 3: Add your secrets to Doppler
Step 4: Cloudflare local development with Doppler
Step 5: Deploy the application and sync secrets to Cloudflare
Step 6: Set up GitHub Actions for CI/CD
Step 7: Rotating secrets
Step 8: Team collaboration
Troubleshooting common issues
What you've accomplished
So far, you've been working alone. But the real value of centralized secrets management appears when multiple people need access. A new engineer joins the team. Do you send them secrets over Slack? Copy a .env file from your machine? Neither option is secure nor maintainable.
Doppler solves this with role-based access control. Team members authenticate with their own accounts and access secrets based on their assigned roles. When someone leaves the team, you revoke their access in one place.
From the Doppler dashboard, navigate to your project and open the Members section, as shown in the image below.

From there, invite team members by email and assign each person a role based on their responsibilities. The available roles are:
| Role | Capabilities |
|---|---|
Admin | Full access, manage team, delete project |
Collaborator | View and edit secrets in all environments |
Viewer | View secrets (read-only) |
For most teams, developers who need to run the application locally should have Collaborator access, while stakeholders who just need to verify configurations can have Viewer access.
New team members can get up and running in minutes:
No .dev.vars files to share. No secrets in Slack messages. Everyone pulls from the same source.
Doppler maintains a complete history of every secret access and modification. You can view recent activity on the Activity Logs page in your dashboard, as shown below.

You can also view activity through the CLI:
This shows workplace-level activity, including who accessed or modified secrets and when. If a breach occurs, you can determine exactly which secrets were potentially exposed and who had access. This level of visibility is essential for security compliance and incident investigation.
Trusted by the world’s best DevOps and security teams. Doppler is the secrets manager developers love.
