Add docs for Codefresh integration, revise docs for Bitbucket integration

This commit is contained in:
Tuan Dang
2023-07-21 23:41:04 +07:00
parent 25b239a18b
commit 33f0510995
13 changed files with 49 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
---
title: "BitBucket"
description: "How to sync secrets from Infisical to BitBucket"
title: "Bitbucket"
description: "How to sync secrets from Infisical to Bitbucket"
---
Prerequisites:
@@ -11,19 +11,21 @@ Prerequisites:
![integrations](../../images/integrations.png)
## Authorize Infisical for BitBucket
## Authorize Infisical for Bitbucket
Press on the BitBucket tile and grant Infisical access to your BitBucket account.
Press on the Bitbucket tile and grant Infisical access to your Bitbucket account.
![integrations bitbucket authorization](../../images/integrations-bitbucket-auth.png)
<Info>
If this is your project's first cloud integration, then you'll have to grant Infisical access to your project's environment variables.
Although this step breaks E2EE, it's necessary for Infisical to sync the environment variables to the cloud platform.
If this is your project's first cloud integration, then you'll have to grant
Infisical access to your project's environment variables. Although this step
breaks E2EE, it's necessary for Infisical to sync the environment variables to
the cloud platform.
</Info>
## Start integration
Select which Infisical environment secrets you want to sync to which BitBucket repo and press start integration to start syncing secrets to the repo.
Select which Infisical environment secrets you want to sync to which Bitbucket repo and press start integration to start syncing secrets to the repo.
![integrations bitbucket](../../images/integrations-bitbucket.png)

View File

@@ -0,0 +1,37 @@
---
title: "Codefresh"
description: "How to sync secrets from Infisical to Codefresh"
---
Prerequisites:
- Set up and add envars to [Infisical Cloud](https://app.infisical.com)
## Navigate to your project's integrations tab
![integrations](../../images/integrations.png)
## Authorize Infisical for Codefresh
Obtain an API key in User Settings > API Keys
![integrations codefresh dashboard](../../images/integrations-codefresh-dashboard.png)
![integrations codefresh token](../../images/integrations-codefresh-token.png)
Press on the Codefresh tile and input your Codefresh API key to grant Infisical access to your Codefresh account.
![integrations codefresh authorization](../../images/integrations-codefresh-auth.png)
<Info>
If this is your project's first cloud integration, then you'll have to grant
Infisical access to your project's environment variables. Although this step
breaks E2EE, it's necessary for Infisical to sync the environment variables to
the cloud platform.
</Info>
## Start integration
Select which Infisical environment secrets you want to sync to which Codefresh service and press create integration to start syncing secrets to Codefresh.
![create integration codefresh](../../images/integrations-codefresh-create.png)
![integrations codefresh](../../images/integrations-codefresh.png)