ICPI Happy-Path Write Verification
Auth Method Used
Happy-path ICPI write verification used the existing local dev impersonation flow already present in the repo.
Procedure used:
- start
svc-authwithDEV_AUTH_TOOLS=true - start
services/apiwithDEV_AUTH_TOOLS=true - call
POST /api/v1/auth/dev/impersonate - request body:
{
"email": "kvaratskhelia.ge@gmail.com"
}
- extract
tokens.accessTokenfrom the response - use that bearer token for
POST /icpi/upsertagainst direct hosts and gateway paths
This relied on an existing seeded dev identity already referenced by the web dev sign-in flow. No auth shortcut or auth model change was added.