add breaking change notice for the new auth route regex matching behaviour introduced by #2193

This commit is contained in:
Leandro Lafin 2024-07-12 15:03:11 -03:00
parent 88b469bedd
commit 7d977cc761
No known key found for this signature in database
GPG Key ID: 60C427B9DF40CB72
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ N/A
## Breaking Changes
N/A
The following PR introduces a change to how auth routes are evaluated using the flags `skip-auth-route`/`skip-auth-regex`. The new behaviour uses the regex you specify to evaluate the full path including query parameters. For more details please read the detailed description [#2271](https://github.com/oauth2-proxy/oauth2-proxy/issues/2271)
- [#2192](https://github.com/oauth2-proxy/oauth2-proxy/pull/2192) Use X-Forwarded-Uri if it exists for pathRegex match (@mzndr / @jawys)
## Changes since v7.4.0