feat: Authentik login + switchable GPU prod target

Add OIDC auth for Command Center and runtime GPU endpoint selection
pointed at atc-gpu-prod (10.0.10.106), matching what is currently deployed.
This commit is contained in:
mo
2026-07-21 23:20:24 +00:00
parent f36c8906bc
commit 9008fbd512
31 changed files with 4667 additions and 139 deletions
+3
View File
@@ -8,6 +8,9 @@
handle_path /dq/* {
reverse_proxy dq-api:5010
}
handle /auth/* {
reverse_proxy api:3201
}
handle /api/* {
reverse_proxy api:3201
}