Skip to content

Commit 5fda66c

Browse files
authored
Merge pull request #2756 from port-labs/fix-installation-methods-table
Made changes to the installation methods table
2 parents 6183300 + 4c56a66 commit 5fda66c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/sync-data-to-catalog.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ After the installation, you can customize the blueprints and/or mapping to inges
4343

4444
Below is a breakdown of the supported installation methods for Port integrations.
4545

46-
| Installation type | Security | Ease of installation | Resync | Live events | Infrastructure & Maintenance responsibility | Use case fit |
47-
| ------------------ | ---------|:--------------------:|:-------:|:-------------:| ------------------------------------------- | ------------ |
48-
| **Hosted by Port (OAuth)** | Port stores OAuth tokens securely. | 🟩🟩🟩🟩 | **Periodic** | ✅ <br/>(Integration-dependent) | Port handles scaling, uptime, and updates. | Ideal for a quick setup with minimal effort. Mainly useful for getting started with an integration. Not recommended for large-scale production environments. |
49-
| **Hosted by Port (Custom settings)** | Port stores API credentials securely. Setup requires more details (e.g., token, host) and allows access control flexibility. | 🟩🟩🟩⬜ | **Periodic** (user-selectable interval) | ✅ <br/>(Integration-dependent)| Port handles scaling, uptime, and updates.| Best for quick setup without granting OAuth permissions. |
50-
| **Self-hosted (Real-time)** | Managed entirely in your infrastructure. | 🟩⬜⬜⬜ | **Periodic** (custom interval) | ✅ <br/>(Depends on source system) | You provision, monitor, and maintain the integration. | Best for high-security or custom networking needs.|
51-
| **Scheduled (CI)**| Managed in your CI/CD environment. | 🟩🟩⬜⬜ | **Periodic** (custom interval) || Minimal infrastructure. You manage the CI/CD environment and triggers. | Best when real-time isn’t needed and you want full sync control. |
46+
| Installation type | Security | Ease of installation | Periodic sync | Live sync (Webhook) | Infrastructure & maintenance responsibility | Use case fit |
47+
| :------------------: | ---------|:--------------------:|:-------:|:-------------:| ------------------------------------------- | ------------ |
48+
| **Hosted by Port (OAuth)** | Port stores OAuth tokens securely. | 🟩🟩🟩🟩 | ✅<br/>(user-selectable interval) | ✅ <br/>(Integration-dependent) | Port handles scaling, uptime, and updates. | Ideal for a quick setup with minimal effort. Mainly useful for getting started with an integration. Not recommended for large-scale production environments. |
49+
| **Hosted by Port (Custom settings)** | Port stores API credentials securely. Setup requires more details (e.g., token, host) and allows access control flexibility. | 🟩🟩🟩⬜ | ✅<br/> (user-selectable interval) | ✅ <br/>(Integration-dependent)| Port handles scaling, uptime, and updates.| Best for quick setup without granting OAuth permissions. |
50+
| **Self-hosted (Real-time)** | Managed entirely in your infrastructure. | 🟩⬜⬜⬜ | ✅<br/>(custom interval) | ✅ <br/>(Integration-dependent) | You provision, monitor, and maintain the integration. | Best for high-security or custom networking needs.|
51+
| **Scheduled (CI)**| Managed in your CI/CD environment. | 🟩🟩⬜⬜ | (custom interval) || Minimal infrastructure. You manage the CI/CD environment and triggers. | Best when real-time isn’t needed and you want full sync control. |
5252

5353
## Customize your integrations
5454

0 commit comments

Comments
 (0)