Commit Graph
3 Commits
Author SHA1 Message Date
Admin Bot 4633989a46 docs: Add comprehensive SERVICE-USAGE guide for all endpoints
CI / Build and push image (push) Successful in 49s
CI / Vet, test, build (push) Successful in 2m9s
Complete guide for calling gateway-backed services:
   Quick start with X-Service routing
   Authentication & token generation (Authentik OAuth2)
   Service map (SQS, Memory, S3, IAM, Workflow)
   Service-specific guides with curl examples
   SQS: Send/receive/acknowledge messages
   S3/MinIO: Upload/download/list objects
   IAM: User & role management
   Temporal: gRPC-only, SDK usage
   Error handling (RFC 9457)
   Request/response examples
   Integration testing
   Debugging guide

Covers:
  • Bearer token flows
  • X-Service header routing
  • Service-specific auth requirements
  • Status codes & error mapping
  • Long-polling for SQS
  • Rate limits & quotas

Ready for production use.
2026-08-28 13:06:19 -07:00
Admin Bot 425611ec42 feat: phase 8 serviceadapter crd rollout (32/33 tasks) 2026-08-26 13:47:36 -07:00
Story Crater BotandClaude Opus 5 058f11cf2b chore: initial commit of Go API gateway
CI / Test (push) Canceled after 0s
CI / Vet (push) Canceled after 0s
CI / Build (push) Canceled after 0s
CI / Security (govulncheck) (push) Canceled after 0s
Baseline for the Kong replacement on api.riotpiao.com. Brings the working
tree under version control for the first time: gateway source, the task
board that drives the agent runs, test fixtures, and K8s manifests.

Anchor the gateway ignore rule to the repo root. Unanchored, "gateway"
also matched the cmd/gateway/ source directory, so the program entrypoint
was excluded from every commit.

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
2026-08-19 20:54:34 -07:00