From 6858f66a62416354a349d8090fcb45b5262056eb Mon Sep 17 00:00:00 2001 From: Sandro Date: Fri, 25 Apr 2025 19:38:02 +0200 Subject: Add check endpoint which can be used with nginx' auth_request function (#266) * Add check endpoint which can be used with nginx' auth_request function * feat(cmd): allow configuring redirect domains * test: add test environment for the nginx_auth PR This is a full local setup of the nginx_auth PR including HTTPS so that it's easier to validate in isolation. This requires an install of k3s (https://k3s.io) with traefik set to listen on localhost. This will be amended in the future but for now this works enough to ship it. Signed-off-by: Xe Iaso * fix(cmd|lib): allow empty redirect domains variable Signed-off-by: Xe Iaso * fix(test): add space to target variable in anubis container Signed-off-by: Xe Iaso * docs(admin): rewrite subrequest auth docs, make generic * docs(install): document REDIRECT_DOMAINS flag Signed-off-by: Xe Iaso * feat(lib): clamp redirects to the same HTTP host Only if REDIRECT_DOMAINS is not set. Signed-off-by: Xe Iaso --------- Signed-off-by: Xe Iaso Co-authored-by: Xe Iaso --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 4041096..afdf705 100644 --- a/package.json +++ b/package.json @@ -23,4 +23,4 @@ "postcss-import-url": "^7.2.0", "postcss-url": "^10.1.3" } -} +} \ No newline at end of file -- cgit v1.2.3