- New service smart-ide-sso-gateway (port 37148): JWKS verify, /health, /v1/token/verify, /v1/upstreams, /proxy/<key>/... - CORS on JSON responses when SSO_CORS_ORIGIN is set; optional empty bearer for langextract upstream - Docs: feature, API, repo index; wire sso-docv-enso and services scope - Extend config/services.local.env.example with OIDC and gateway vars
52 lines
1.4 KiB
Plaintext
52 lines
1.4 KiB
Plaintext
# smart-ide-sso-gateway — copy to .env, do not commit .env
|
|
# Or merge into config/services.local.env (see repo root config/services.local.env.example)
|
|
|
|
SSO_GATEWAY_HOST=127.0.0.1
|
|
SSO_GATEWAY_PORT=37148
|
|
# Optional: browser SPA origin for CORS on JSON and proxied responses
|
|
# SSO_CORS_ORIGIN=https://app.example.test
|
|
# SSO_GATEWAY_MAX_BODY_BYTES=33554432
|
|
|
|
# Required: docv / Enso OpenID issuer URL (no trailing slash issues tolerated)
|
|
OIDC_ISSUER=https://docv.example.test
|
|
# Optional: validate access_token audience
|
|
# OIDC_AUDIENCE=smart-ide-gateway
|
|
# Optional: override JWKS URL (otherwise discovery or {issuer}/.well-known/jwks.json)
|
|
# OIDC_JWKS_URI=https://docv.example.test/.well-known/jwks.json
|
|
|
|
# Same tokens as other services — gateway injects them toward upstreams
|
|
ORCHESTRATOR_HOST=127.0.0.1
|
|
ORCHESTRATOR_PORT=37145
|
|
ORCHESTRATOR_TOKEN=
|
|
|
|
REPOS_DEVTOOLS_HOST=127.0.0.1
|
|
REPOS_DEVTOOLS_PORT=37140
|
|
REPOS_DEVTOOLS_TOKEN=
|
|
|
|
IA_DEV_GATEWAY_HOST=127.0.0.1
|
|
IA_DEV_GATEWAY_PORT=37144
|
|
IA_DEV_GATEWAY_TOKEN=
|
|
|
|
ANYTHINGLLM_DEVTOOLS_HOST=127.0.0.1
|
|
ANYTHINGLLM_DEVTOOLS_PORT=37146
|
|
ANYTHINGLLM_DEVTOOLS_TOKEN=
|
|
|
|
TOOLS_BRIDGE_HOST=127.0.0.1
|
|
TOOLS_BRIDGE_PORT=37147
|
|
TOOLS_BRIDGE_TOKEN=
|
|
|
|
LANGEXTRACT_API_HOST=127.0.0.1
|
|
LANGEXTRACT_API_PORT=37141
|
|
LANGEXTRACT_SERVICE_TOKEN=
|
|
|
|
REGEX_SEARCH_HOST=127.0.0.1
|
|
REGEX_SEARCH_PORT=37143
|
|
REGEX_SEARCH_TOKEN=
|
|
|
|
CLAW_PROXY_HOST=127.0.0.1
|
|
CLAW_PROXY_PORT=37142
|
|
CLAW_PROXY_TOKEN=
|
|
|
|
LOCAL_OFFICE_URL=http://127.0.0.1:8000
|
|
LOCAL_OFFICE_API_KEY=
|