Shared connector blocks
What every connector row carries whatever its type, and the rules that apply to all seven.
| Page | Holds |
|---|---|
| Definition and identity | the name, config, enabled flag and tags, and the two masked copies a read returns. |
| Secrets by reference | env:// and vault://, the reserved ORION_ prefix, and when a reference resolves. |
| Secret masking | the allowlist a read masks by, and what survives export then import. |
| Authentication | bearer, basic, apikey, and the managed oauth2 grant. |
| Request layering | the header and query-parameter layers, in the order they apply. |
| Operation gates | the operations block, per type, and what each gate blocks. |
| Retries and circuit breakers | the http retry loop, its deadline, and the per-channel breaker. |
Related
- Connector types: every type, and the shared blocks all of them carry.
- Task functions: the functions that call through a connector.
- Admin API — Connectors: the endpoints, and the reachability probe.
- The seven types: the seven types, and the
configeach takes.
Last verified 14 September 2026