mirror of
https://github.com/Infisical/infisical.git
synced 2026-05-02 03:02:03 -04:00
Merge branch 'feat/northflank-integration'
This commit is contained in:
@@ -178,3 +178,4 @@ Not sure where to get started? You can:
|
||||
<a href="https://github.com/mswider"><img src="https://avatars.githubusercontent.com/u/37093293?v=4" width="50" height="50" alt=""/></a>
|
||||
<a href="https://github.com/parthvnp"><img src="https://avatars.githubusercontent.com/u/41171860?v=4" width="50" height="50" alt=""/></a>
|
||||
<a href="https://github.com/seonggwonyoon"><img src="https://avatars.githubusercontent.com/u/37574822?v=4" width="50" height="50" alt=""/></a>
|
||||
<a href="https://github.com/ChukwunonsoFrank"><img src="https://avatars.githubusercontent.com/u/62689166?v=4" width="50" height="50" alt=""/></a>
|
||||
|
||||
BIN
docs/images/integrations-northflank-auth.png
Normal file
BIN
docs/images/integrations-northflank-auth.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 444 KiB |
BIN
docs/images/integrations-northflank-create.png
Normal file
BIN
docs/images/integrations-northflank-create.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 484 KiB |
BIN
docs/images/integrations-northflank-dashboard.png
Normal file
BIN
docs/images/integrations-northflank-dashboard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 509 KiB |
BIN
docs/images/integrations-northflank-token.png
Normal file
BIN
docs/images/integrations-northflank-token.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 434 KiB |
BIN
docs/images/integrations-northflank.png
Normal file
BIN
docs/images/integrations-northflank.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 670 KiB |
38
docs/integrations/cloud/northflank.mdx
Normal file
38
docs/integrations/cloud/northflank.mdx
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
title: "Northflank"
|
||||
description: "How to sync secrets from Infisical to Northflank"
|
||||
---
|
||||
|
||||
Prerequisites:
|
||||
|
||||
- Set up and add envars to [Infisical Cloud](https://app.infisical.com)
|
||||
- Have a [Northflank](https://northflank.com) project with a secret group ready
|
||||
|
||||
## Navigate to your project's integrations tab
|
||||
|
||||

|
||||
|
||||
## Enter your Northflank API Token
|
||||
|
||||
Obtain a Northflank API token in Account settings > API > Tokens
|
||||
|
||||

|
||||

|
||||
|
||||
Press on the Northflank tile and input your Northflank API token to grant Infisical access to your Northflank 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 Northflank project and secret group. Finally, press create integration to start syncing secrets to Northflank.
|
||||
|
||||

|
||||

|
||||
@@ -23,6 +23,7 @@ Missing an integration? [Throw in a request](https://github.com/Infisical/infisi
|
||||
| [Terraform Cloud](/integrations/cloud/terraform-cloud) | Cloud | Available |
|
||||
| [Fly.io](/integrations/cloud/flyio) | Cloud | Available |
|
||||
| [Supabase](/integrations/cloud/supabase) | Cloud | Available |
|
||||
| [Northflank](/integrations/cloud/northflank) | Cloud | Available |
|
||||
| [Cloudflare Pages](/integrations/cloud/cloudflare-pages) | Cloud | Available |
|
||||
| [Checkly](/integrations/cloud/checkly) | Cloud | Available |
|
||||
| [HashiCorp Vault](/integrations/cloud/hashicorp-vault) | Cloud | Available |
|
||||
|
||||
@@ -222,6 +222,7 @@
|
||||
"integrations/cloud/flyio",
|
||||
"integrations/cloud/laravel-forge",
|
||||
"integrations/cloud/supabase",
|
||||
"integrations/cloud/northflank",
|
||||
"integrations/cloud/terraform-cloud",
|
||||
"integrations/cloud/cloudflare-pages",
|
||||
"integrations/cloud/checkly",
|
||||
|
||||
Reference in New Issue
Block a user