diff --git a/docs/images/integrations-bitbucket-auth.png b/docs/images/integrations-bitbucket-auth.png index edacf1085..ccdfcf1e0 100644 Binary files a/docs/images/integrations-bitbucket-auth.png and b/docs/images/integrations-bitbucket-auth.png differ diff --git a/docs/images/integrations-bitbucket-create.png b/docs/images/integrations-bitbucket-create.png new file mode 100644 index 000000000..f46993d65 Binary files /dev/null and b/docs/images/integrations-bitbucket-create.png differ diff --git a/docs/images/integrations-bitbucket.png b/docs/images/integrations-bitbucket.png index fb1f47e7b..fbaafc95a 100644 Binary files a/docs/images/integrations-bitbucket.png and b/docs/images/integrations-bitbucket.png differ diff --git a/docs/images/integrations-codefresh-auth.png b/docs/images/integrations-codefresh-auth.png new file mode 100644 index 000000000..a9d907ba2 Binary files /dev/null and b/docs/images/integrations-codefresh-auth.png differ diff --git a/docs/images/integrations-codefresh-create.png b/docs/images/integrations-codefresh-create.png new file mode 100644 index 000000000..6b98c7cf4 Binary files /dev/null and b/docs/images/integrations-codefresh-create.png differ diff --git a/docs/images/integrations-codefresh-dashboard.png b/docs/images/integrations-codefresh-dashboard.png new file mode 100644 index 000000000..79b809d91 Binary files /dev/null and b/docs/images/integrations-codefresh-dashboard.png differ diff --git a/docs/images/integrations-codefresh-token.png b/docs/images/integrations-codefresh-token.png new file mode 100644 index 000000000..d145f6472 Binary files /dev/null and b/docs/images/integrations-codefresh-token.png differ diff --git a/docs/images/integrations-codefresh.png b/docs/images/integrations-codefresh.png new file mode 100644 index 000000000..f3b3ffa58 Binary files /dev/null and b/docs/images/integrations-codefresh.png differ diff --git a/docs/images/integrations.png b/docs/images/integrations.png index 368a10c37..89c4c6d66 100644 Binary files a/docs/images/integrations.png and b/docs/images/integrations.png differ diff --git a/docs/integrations/cicd/bitbucket.mdx b/docs/integrations/cicd/bitbucket.mdx index 183ec075b..ff33c9f9b 100644 --- a/docs/integrations/cicd/bitbucket.mdx +++ b/docs/integrations/cicd/bitbucket.mdx @@ -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) - 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. ## 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) diff --git a/docs/integrations/cicd/codefresh.mdx b/docs/integrations/cicd/codefresh.mdx new file mode 100644 index 000000000..e71552a09 --- /dev/null +++ b/docs/integrations/cicd/codefresh.mdx @@ -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) + + + 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. + + +## 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) diff --git a/docs/integrations/overview.mdx b/docs/integrations/overview.mdx index decc26184..988c0a064 100644 --- a/docs/integrations/overview.mdx +++ b/docs/integrations/overview.mdx @@ -29,6 +29,7 @@ Missing an integration? [Throw in a request](https://github.com/Infisical/infisi | [AWS Secret Manager](/integrations/cloud/aws-secret-manager) | Cloud | Available | | [Azure Key Vault](/integrations/cloud/azure-key-vault) | Cloud | Available | | [BitBucket](/integrations/cicd/bitbucket) | CI/CD | Available | +| [Codefresh](/integrations/cicd/codefresh) | CI/CD | Available | | [GitHub Actions](/integrations/cicd/githubactions) | CI/CD | Available | | [GitLab](/integrations/cicd/gitlab) | CI/CD | Available | | [CircleCI](/integrations/cicd/circleci) | CI/CD | Available | diff --git a/docs/mint.json b/docs/mint.json index aa47d9d8a..c0d8f9cbe 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -223,7 +223,8 @@ "integrations/cicd/gitlab", "integrations/cicd/circleci", "integrations/cicd/travisci", - "integrations/cicd/bitbucket" + "integrations/cicd/bitbucket", + "integrations/cicd/codefresh" ] }, {