Aurélien Sibiril
60628645ae
Add Google Analytics, Dotfile, Segment and Square access-review connectors
...
Two OAuth2 and two API-key connectors:
- Google Analytics (GA4): OAuth2 with both analytics.readonly and
analytics.manage.users.readonly (readonly alone 403s on the accounts
list); v1alpha accessBindings enumerated at account and property level
and merged by email; manual account picker (Pattern 1) with a
per-connection probe and name resolver; distinct from Google Workspace.
- Dotfile: API key in the X-DOTFILE-API-KEY header (Pattern 3); GET
/v1/users (owner/admin, suspended_at) with a static probe.
- Segment (Twilio): Public API token as Bearer with a required Region
setting (US or EU) mapped to the regional host; GET /users plus per-user
GET /users/{id} for roles and /invites for pending members; per-connection
BuildProbeURL.
- Square: OAuth2 (EMPLOYEES_READ) or a personal access token (Pattern 3);
POST /v2/team-members/search returns email/status/is_owner directly, so no
role resolution; custom probe and name resolver.
Google Analytics and Square are confidential OAuth clients, wired into the
bootstrap OAuth provider list and .env.example. Segment carries a required
extra setting, so the console add-source dialog maps region onto its
segmentRegion API-key input; without that mapping the value is silently
dropped and the create is rejected.
Cassette-backed driver tests plus unit tests for the Segment probe URL and
the bootstrap OAuth provider list.
Signed-off-by: Aurélien Sibiril <81782+aureliensibiril@users.noreply.github.com >
2026-07-26 09:22:04 +02:00
..
2026-07-26 09:22:04 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-22 17:27:55 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:23 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:23 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:23 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:22 +02:00
2026-07-21 15:43:07 +02:00
2026-07-22 17:53:20 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:43:08 +02:00
2026-07-21 15:44:23 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:23 +02:00
2026-07-21 15:44:23 +02:00
2026-07-21 15:44:23 +02:00
2026-07-21 15:44:23 +02:00
2026-07-16 15:07:29 +02:00
2026-07-21 15:44:23 +02:00
2026-07-16 15:07:29 +02:00
2026-07-16 15:07:29 +02:00
2026-07-21 15:44:23 +02:00
2026-07-21 15:44:23 +02:00
2026-07-21 15:44:23 +02:00
2026-07-21 15:44:23 +02:00
2026-07-21 15:44:23 +02:00
2026-07-21 15:44:23 +02:00
2026-07-21 15:44:23 +02:00
2026-07-21 15:44:23 +02:00
2026-07-21 15:44:23 +02:00
2026-07-21 15:44:23 +02:00
2026-07-21 15:44:23 +02:00
2026-07-22 13:08:02 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-26 09:22:04 +02:00
2026-07-13 16:21:14 +02:00
2026-07-26 09:22:04 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:22 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-24 15:08:21 +02:00
2026-07-24 15:08:21 +02:00
2026-07-24 15:08:21 +02:00
2026-07-24 15:08:21 +02:00
2026-07-24 15:08:21 +02:00
2026-07-24 15:08:21 +02:00
2026-07-24 15:08:21 +02:00
2026-07-24 15:08:21 +02:00
2026-07-24 15:08:21 +02:00
2026-07-24 15:08:21 +02:00
2026-07-24 15:08:21 +02:00
2026-07-24 15:08:21 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:23 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-20 12:13:41 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:23 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-24 15:08:21 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-24 14:03:30 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:23 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-15 15:44:29 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:19 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:22 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:10 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:43:08 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-20 14:31:42 +02:00
2026-07-20 14:31:42 +02:00
2026-07-20 14:31:42 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:11 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:11 +02:00
2026-07-21 15:44:23 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:23 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 15:44:23 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-15 13:59:41 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-21 13:24:23 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00
2026-07-13 16:21:14 +02:00