ROLLBACK: revert "Put the artifactapi web UI behind Authentik oauth2-proxy (#456)" #457
Reference in New Issue
Block a user
Delete Branch "benvin/revert-artifactapi-oauth2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rollback of #456. Restores unauthenticated UI access at
/ui— merge only if we choose to roll back rather than fix forward.Why
The artifactapi web UI has been down since #456 merged. Probing
https://artifactapi.k8s.syd1.au.unkin.net:/version,/api/v2/health,/.well-known/terraform.json,/v2///ui/)/ui/no available server/oauth2/no available serverno available serveris Traefik's response for a Service with no ready endpoints, so the oauth2-proxy pod is not running or not ready. The machine API surface is intact; only the UI and the/oauth2prefix are down.What this changes
api-route/uirule back at theuiService and drop the/oauth2rule.oauth-credentialsVaultStaticSecret.This is a plain
git revertofc98d88cwith no conflicts.apps/base/artifactapiis byte-identical to520da44, the commit immediately before #456 (git diff 520da44 HEAD -- apps/base/artifactapiis empty). Nothing that landed since is touched, andkustomize build apps/base/artifactapisucceeds.Note
This deliberately restores unauthenticated access to the UI — the same exposure #456 set out to close. It is the safe-state rollback, not the desired end state. If the root cause is a one-line config fix, prefer fixing forward and close this unmerged.
Pull request closed