1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-05-25 22:57:28 +02:00

Add changelog entry for generic header injectors

This commit is contained in:
Joel Speed 2020-10-03 12:51:59 +01:00
parent 0a26a80337
commit d88d97b440
No known key found for this signature in database
GPG Key ID: 6E80578D6751DEFB

View File

@ -22,6 +22,7 @@
## Changes since v6.1.1
- [#705](https://github.com/oauth2-proxy/oauth2-proxy/pull/705) Add generic Header injectors for upstream request and response headers (@JoelSpeed)
- [#753](https://github.com/oauth2-proxy/oauth2-proxy/pull/753) Pass resource parameter in login url (@codablock)
- [#575](https://github.com/oauth2-proxy/oauth2-proxy/pull/575) Stop accepting legacy SHA1 signed cookies (@NickMeves)
- [#722](https://github.com/oauth2-proxy/oauth2-proxy/pull/722) Validate Redis configuration options at startup (@NickMeves)