- New smart-ide-global-api (127.0.0.1:37149): internal bearer, upstream proxy, X-OIDC forward - SSO gateway calls global API with GLOBAL_API_INTERNAL_TOKEN; logs to .logs/sso-gateway/ - Aggregated config example, docs, VERSION 0.0.2, claw proxy local URL hint
18 lines
806 B
Markdown
18 lines
806 B
Markdown
# Service smart-ide-global-api (`services/smart-ide-global-api/`)
|
|
|
|
Couche HTTP **interne** : proxy vers les micro-services avec jetons techniques, **sans OIDC**. Consommée exclusivement par **`smart-ide-sso-gateway`** (Bearer `GLOBAL_API_INTERNAL_TOKEN`).
|
|
|
|
## Configuration locale
|
|
|
|
- Agrégat : **[`config/services.local.env.example`](../../config/services.local.env.example)**
|
|
- Service : **`services/smart-ide-global-api/.env.example`**
|
|
|
|
## Exploitation
|
|
|
|
Démarrer **avant** la passerelle SSO. Voir **[`services/smart-ide-global-api/README.md`](../../services/smart-ide-global-api/README.md)** et **[`docs/API/global-api.md`](../API/global-api.md)**.
|
|
|
|
## Voir aussi
|
|
|
|
- [service-smart-ide-sso-gateway.md](./service-smart-ide-sso-gateway.md)
|
|
- [sso-gateway-service.md](../features/sso-gateway-service.md)
|