Skip to content

Commit 3412b04

Browse files
authored
Merge pull request #2742 from port-labs/PORT-12434-bug-clearly-state-that-service-accounts-token-are-not-supported-in-integrations
Bug PORT-12434 Add caution note regarding service account limitations for Ocean integrations
2 parents 9c92bfa + 7e4c4df commit 3412b04

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,19 @@ Below is a breakdown of the supported installation methods for Port integrations
5050
| **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.|
5151
| **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

53+
54+
:::caution Integration Service Account Limitation
55+
Service accounts (machine tokens) are currently not supported for Ocean integrations. This is a known limitation that affects:
56+
57+
- **Audit/event logging functionality** - Service account tokens may not properly log events.
58+
- **Token validation** - Machine user tokens cannot be properly validated by the system.
59+
- **Some integration features** - May experience reduced functionality.
60+
61+
**Current workaround**: Use personal or organizational credentials until this limitation is resolved.
62+
63+
**Status**: This is being tracked as a feature request and will be addressed in a future release. For production environments requiring service account support, consider using Port-hosted integrations where available.
64+
:::
65+
5366
## Customize your integrations
5467

5568
Now that you've installed an integration, let's see how you can customize it:

0 commit comments

Comments
 (0)