Files
CLIProxyAPIPlus/internal
taetaetae fafef32b9e fix(kiro): Do not use OIDC region for API endpoint
Kiro API endpoints only exist in us-east-1, but OIDC region can vary
by Enterprise user location (e.g., ap-northeast-2 for Korean users).

Previously, when ProfileARN was not available, the code fell back to
using OIDC region for API calls, causing DNS resolution failures:

  lookup codewhisperer.ap-northeast-2.amazonaws.com: no such host

This fix removes the OIDC region fallback for API endpoints.
The region priority is now:
1. api_region (explicit override)
2. ProfileARN region
3. us-east-1 (default)

Fixes: Issue #253 (200-400x slower response times due to DNS failures)
2026-01-31 00:05:53 +09:00
..
2025-10-26 07:46:04 +08:00
2026-01-30 20:45:33 +08:00
2026-01-30 21:34:30 +08:00
2026-01-20 13:50:41 +08:00
2026-01-30 20:45:33 +08:00
2026-01-30 20:45:33 +08:00
2026-01-30 20:45:33 +08:00
2025-10-15 11:47:35 +08:00
2026-01-30 20:45:33 +08:00