mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
45 lines
1.8 KiB
Plaintext
45 lines
1.8 KiB
Plaintext
---
|
||
title: "Checkly"
|
||
description: "How to sync secrets from Infisical to Checkly"
|
||
---
|
||
|
||
Prerequisites:
|
||
|
||
- Set up and add envars to [Infisical Cloud](https://app.infisical.com)
|
||
|
||
<Steps>
|
||
<Step title="Authorize Infisical for Checkly">
|
||
Obtain a Checkly API Key in User Settings > API Keys.
|
||
|
||

|
||

|
||
|
||
Navigate to your project's integrations tab in Infisical.
|
||
|
||

|
||
|
||
Press on the Checkly tile and input your Checkly API Key to grant Infisical access to your Checkly account.
|
||
|
||

|
||
|
||
</Step>
|
||
<Step title="Start integration">
|
||
Select which Infisical environment secrets you want to sync to Checkly and press create integration to start syncing secrets.
|
||
|
||

|
||
|
||
<Note>
|
||
Infisical integrates with Checkly's environment variables at the **global** and **group** levels.
|
||
|
||
To sync secrets to a specific group, you can select a group from the Checkly Group dropdown; otherwise, leaving it empty will sync secrets globally.
|
||
</Note>
|
||
|
||

|
||
|
||
<Info>
|
||
In the new version of the Checkly integration, you are able to specify suffixes that depend on the secrets' environment and path.
|
||
If you choose to do so, you should utilize such suffixes for ALL Checkly integrations – otherwise the integration system
|
||
might run into issues with deleting secrets from the wrong environments.
|
||
</Info>
|
||
</Step>
|
||
</Steps> |