You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Add a Doppler integration, allowing secrets to be pulled in from external platforms/providers. The foundation for this could be extended to additional secret stores.
Describe the solution you'd like
Being able to enable the Doppler integration and configure the project and environment. Once set up, the secrets for that configuration will become available in tests via environment variables e.g {{ MY_SECRET }}, process.env.MY_SECRET.
Describe alternatives you've considered
Checkly's built-in environment variables works well, but doesn't offer the ability to keep your secrets in a single location.
Is your feature request related to a problem? Please describe.
Add a Doppler integration, allowing secrets to be pulled in from external platforms/providers. The foundation for this could be extended to additional secret stores.
Describe the solution you'd like
Being able to enable the Doppler integration and configure the project and environment. Once set up, the secrets for that configuration will become available in tests via environment variables e.g
{{ MY_SECRET }}
,process.env.MY_SECRET
.Describe alternatives you've considered
Checkly's built-in environment variables works well, but doesn't offer the ability to keep your secrets in a single location.
Additional context
https://www.doppler.com/
The text was updated successfully, but these errors were encountered: