feat: single pane of glass — unified API gateway with auth proxy#103
Merged
Conversation
cf93921 to
4174fad
Compare
bd1bf01 to
9101bde
Compare
jimmarino
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 glassIntroduces the
auth-proxyservice: a small Go reverse proxy that enforces Bearer token authentication via Keycloak RFC 7662 token introspection, wired into Traefik asForwardAuthmiddlewaresEach protected API has a dedicated Traefik middleware (
jwt-auth-*) that validates the token and checks the required OAuth2 scopes before forwarding to the backendredlineand the web UI are moved onto the sharedjad.localhosthostname with path-prefix routing (/redline,/ui)Keycloak is moved from
keycloak.localhosttojad.localhost/authDataplane routes updated from
/dp/*to/api/dp/*for consistency with the rest of the API surfaceKeycloak realm extended with scopes and client assignments for tenant-manager and provision-manager APIs, and a new
auth-proxyclient for token introspectionREADME 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