mirror of
https://github.com/holos-run/holos.git
synced 2026-04-07 18:15:00 +00:00
This patch deploys oauth2-proxy and redis to the system namespace of each stage in each project. The plan is to redirect unauthenticated requests to the request host at the /holos/oidc/callback endpoint. This patch removes the --redirect-uri flag, which makes the auth domain prefix moot, so a future patch should remove those if they really are unnecessary. The reason to remove the --redirect-uri flag is to make sure we set the cookie to a domain suffix of the request Host: header.