Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: CI

on:
push:
branches: [main]
pull_request:
branches: [main]
# Automatic CI disabled — deploy moved to control-plane/deploy.
# push:
# branches: [main]
# pull_request:
# branches: [main]
workflow_dispatch:

jobs:
validate-traefik-config:
Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# DCM API Gateway
# DCM API Gateway (archived)

> [!WARNING]
> **This repository is archived and read-only.** Do not open PRs here.
>
> Platform deploy (compose, Helm, runbooks) moved to
> [control-plane/deploy/](https://github.com/dcm-project/control-plane/tree/main/deploy).
> The monolith serves the API on `:8080` with no Traefik gateway.

---

<details>
<summary><strong>Legacy README</strong> (historical reference only)</summary>

Central clearing house for the DCM control plane: single entry point (ingress) and single exit point (egress) for all communication.

Expand Down Expand Up @@ -184,3 +196,5 @@ Egress (outbound traffic from DCM to external Service Providers) is **documented
## Authentication (future)

Authentication and token validation (e.g. Keycloak, JWT) are **not** in the first deliverable. When added, the gateway will validate tokens and forward identity to backends using Traefik's [ForwardAuth middleware](https://doc.traefik.io/traefik/middlewares/http/forwardauth/).

</details>