Refactor oauth2-proxy configuration to change 'skip-auth-routes' to 'skip-auth-route' for improved clarity

This commit is contained in:
Danilo Reyes
2025-12-10 04:14:51 -06:00
parent dfe8ce2e4b
commit 8f04f99c85

View File

@@ -31,9 +31,7 @@ in
domain = ".lebubu.org"; domain = ".lebubu.org";
}; };
extraConfig = { extraConfig = {
skip-auth-routes = [ skip-auth-route = [ "^/ping$" ];
"^/ping$"
];
set-xauthrequest = true; set-xauthrequest = true;
pass-access-token = true; pass-access-token = true;
pass-user-headers = true; pass-user-headers = true;