Skip to content

feat: single pane of glass — unified API gateway with auth proxy#103

Merged
paullatzelsperger merged 18 commits into
mainfrom
feat/single_pane_of_glass
May 5, 2026
Merged

feat: single pane of glass — unified API gateway with auth proxy#103
paullatzelsperger merged 18 commits into
mainfrom
feat/single_pane_of_glass

Conversation

@paullatzelsperger
Copy link
Copy Markdown
Collaborator

@paullatzelsperger paullatzelsperger commented May 4, 2026

Summary

  • All JAD administration APIs are now exposed under a single hostname (jad.localhost) via a unified Traefik gateway, acting as a single pane of glass

  • Introduces the auth-proxy service: a small Go reverse proxy that enforces Bearer token authentication via Keycloak RFC 7662 token introspection, wired into Traefik as ForwardAuth middlewares

  • Each protected API has a dedicated Traefik middleware (jwt-auth-*) that validates the token and checks the required OAuth2 scopes before forwarding to the backend

  • redline and the web UI are moved onto the shared jad.localhost hostname with path-prefix routing (/redline, /ui)

  • Keycloak is moved from keycloak.localhost to jad.localhost/auth

  • Dataplane routes updated from /dp/* to /api/dp/* for consistency with the rest of the API surface

  • Keycloak realm extended with scopes and client assignments for tenant-manager and provision-manager APIs, and a new auth-proxy client for token introspection

  • README updated with a new "Single pane of glass" section documenting the full route mapping, auth middleware scopes, and the auth-proxy design

🤖 Generated with Claude Code

@paullatzelsperger paullatzelsperger marked this pull request as draft May 4, 2026 13:10
@paullatzelsperger paullatzelsperger force-pushed the feat/single_pane_of_glass branch from cf93921 to 4174fad Compare May 4, 2026 13:16
@paullatzelsperger paullatzelsperger force-pushed the feat/single_pane_of_glass branch from bd1bf01 to 9101bde Compare May 5, 2026 07:22
@paullatzelsperger paullatzelsperger merged commit cc6a68d into main May 5, 2026
7 checks passed
@paullatzelsperger paullatzelsperger deleted the feat/single_pane_of_glass branch May 5, 2026 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants