Add docs for Codefresh integration, revise docs for Bitbucket integration
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 245 KiB |
BIN
docs/images/integrations-bitbucket-create.png
Normal file
|
After Width: | Height: | Size: 472 KiB |
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 664 KiB |
BIN
docs/images/integrations-codefresh-auth.png
Normal file
|
After Width: | Height: | Size: 433 KiB |
BIN
docs/images/integrations-codefresh-create.png
Normal file
|
After Width: | Height: | Size: 459 KiB |
BIN
docs/images/integrations-codefresh-dashboard.png
Normal file
|
After Width: | Height: | Size: 468 KiB |
BIN
docs/images/integrations-codefresh-token.png
Normal file
|
After Width: | Height: | Size: 304 KiB |
BIN
docs/images/integrations-codefresh.png
Normal file
|
After Width: | Height: | Size: 663 KiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 650 KiB |
@@ -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:
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||

|
||||
|
||||
<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.
|
||||
|
||||

|
||||
|
||||
37
docs/integrations/cicd/codefresh.mdx
Normal 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
|
||||
|
||||

|
||||
|
||||
## Authorize Infisical for Codefresh
|
||||
|
||||
Obtain an API key in User Settings > API Keys
|
||||
|
||||

|
||||

|
||||
|
||||
Press on the Codefresh tile and input your Codefresh API key to grant Infisical access to your Codefresh account.
|
||||
|
||||

|
||||
|
||||
<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.
|
||||
|
||||

|
||||

|
||||
@@ -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 |
|
||||
|
||||
@@ -223,7 +223,8 @@
|
||||
"integrations/cicd/gitlab",
|
||||
"integrations/cicd/circleci",
|
||||
"integrations/cicd/travisci",
|
||||
"integrations/cicd/bitbucket"
|
||||
"integrations/cicd/bitbucket",
|
||||
"integrations/cicd/codefresh"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||