[SILO-964] chore: route all /auth/o/token calls to internal api base url (#65)
* [MCP-1] feat: build check workflow (#15) * fix: added build check workflow * chore: typo fixes * release: v0.1.5 * chore: use uv.lock for reproducible Docker builds - Update Dockerfile to use uv sync --frozen instead of uv pip install - Ensures exact dependency versions from lock file are used Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: add internal URL support for server-to-server calls - Add plane_internal_base_url for server-to-server calls (token exchange, API verification) - Authorization endpoint uses external URL (user's browser) - Token endpoint uses internal URL (optimized for internal network) - Add Redis storage logging and fix port type casting - Falls back to external URL if internal not configured Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * revert: Dockerfile changes back to using uv pip install --------- Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
S
Surya Prashanth committed
5e4de83165a8f082c03953ec126692e469a97fab
Parent: c46c349
Committed by GitHub <noreply@github.com>
on 2/12/2026, 7:31:30 PM