Skip to content

Commit cd05cef

Browse files
authored
Merge pull request #2715 from port-labs/add-oauth-note-to-installation-method-table
Added OAuth note about prod environments
2 parents 552c986 + fcbed21 commit cd05cef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ 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 |
46+
| Installation type | Security | Ease of installation | Resync | Live events | Infrastructure & Maintenance responsibility | Use case fit |
4747
| ------------------ | ---------|:--------------------:|:-------:|:-------------:| ------------------------------------------- | ------------ |
48-
| **Hosted by Port (OAuth)** | Port stores OAuth tokens securely. | 🟩🟩🟩🟩 | **Periodic** | ✅ <br/>(Integration-dependent) | Port handles scaling, uptime, and updates. | Ideal for quick setup with minimal operational effort. |
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. |
4949
| **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. |
5050
| **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.|
5151
| **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. |

0 commit comments

Comments
 (0)