Merge pull request #806 from atimapreandrew/teamcity-integration
Teamcity integration
BIN
docs/images/integrations-teamcity-auth.png
Normal file
|
After Width: | Height: | Size: 219 KiB |
BIN
docs/images/integrations-teamcity-create.png
Normal file
|
After Width: | Height: | Size: 224 KiB |
BIN
docs/images/integrations-teamcity-dashboard.png
Normal file
|
After Width: | Height: | Size: 203 KiB |
BIN
docs/images/integrations-teamcity-projects.png
Normal file
|
After Width: | Height: | Size: 209 KiB |
BIN
docs/images/integrations-teamcity-serverurl.png
Normal file
|
After Width: | Height: | Size: 277 KiB |
BIN
docs/images/integrations-teamcity-tokens.png
Normal file
|
After Width: | Height: | Size: 200 KiB |
BIN
docs/images/integrations-teamcity.png
Normal file
|
After Width: | Height: | Size: 349 KiB |
|
Before Width: | Height: | Size: 228 KiB After Width: | Height: | Size: 228 KiB |
42
docs/integrations/cloud/teamcity.mdx
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
title: "TeamCity"
|
||||
description: "How to sync secrets from Infisical to TeamCity"
|
||||
---
|
||||
|
||||
Prerequisites:
|
||||
|
||||
- Set up and add envars to [Infisical Cloud](https://app.infisical.com)
|
||||
|
||||
## Navigate to your project's integrations tab
|
||||
|
||||

|
||||
|
||||
## Enter your TeamCity API Token and Server URL
|
||||
|
||||
Obtain a TeamCity API Token in Profile > Access Tokens
|
||||
|
||||

|
||||

|
||||
|
||||
Obtain your TeamCity Server URL in Administration > Cloud Server Settings > Server URL
|
||||
|
||||

|
||||

|
||||
|
||||
Press on the TeamCity tile and input your TeamCity API Token and Server URL to grant Infisical access to your TeamCity 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 TeamCity project and press create integration to start syncing secrets to TeamCity.
|
||||
|
||||

|
||||

|
||||
@@ -21,6 +21,7 @@ Missing an integration? [Throw in a request](https://github.com/Infisical/infisi
|
||||
| [Laravel Forge](/integrations/cloud/laravel-forge) | Cloud | Available |
|
||||
| [Railway](/integrations/cloud/railway) | Cloud | Available |
|
||||
| [Terraform Cloud](/integrations/cloud/terraform-cloud) | Cloud | Available |
|
||||
| [TeamCity](/integrations/cloud/teamcity) | Cloud | Available |
|
||||
| [Fly.io](/integrations/cloud/flyio) | Cloud | Available |
|
||||
| [Supabase](/integrations/cloud/supabase) | Cloud | Available |
|
||||
| [Northflank](/integrations/cloud/northflank) | Cloud | Available |
|
||||
|
||||
@@ -232,6 +232,7 @@
|
||||
"integrations/cloud/supabase",
|
||||
"integrations/cloud/northflank",
|
||||
"integrations/cloud/terraform-cloud",
|
||||
"integrations/cloud/teamcity",
|
||||
"integrations/cloud/cloudflare-pages",
|
||||
"integrations/cloud/checkly",
|
||||
"integrations/cloud/hashicorp-vault",
|
||||
|
||||