add breaking change notice for the new auth route regex matching behaviour introduced by #2193
This commit is contained in:
parent
88b469bedd
commit
7d977cc761
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue