feat(ap4): integrate nginx auth_request

This commit is contained in:
donghyeon-ka
2026-07-25 14:55:04 +09:00
parent 5ce47689a9
commit 357b7f927b
7 changed files with 123 additions and 26 deletions
+6 -1
View File
@@ -13,9 +13,14 @@ set +a
docker compose down --volumes --remove-orphans
docker compose up --build -d --wait
docker compose exec -T nginx nginx -V 2>&1 |
grep -q -- '--with-http_auth_request_module'
docker compose exec -T nginx nginx -T 2>&1 |
grep -q 'proxy_pass_request_body off'
npm --prefix e2e ci
E2E_USERNAME=regular-user \
E2E_PASSWORD="$REGULAR_USER_PASSWORD" \
npm --prefix e2e run test:pattern4
echo "AP4 oauth2-proxy edge flow verified"
echo "AP4 Nginx auth_request edge flow verified"