What's Changed
- Fix idp session check name by @p53 in #683
- Update config json tags by @p53 in #684
- Remove legacy code by @p53 in #686
- Fix letsencrypt cache dir and add fileCheck flag to validation method by @p53 in #688
- Fix retreiveID token when encryption and compression are enabled by @p53 in #690
- Add flag for disabling/enabling overriding destination headers by @p53 in #696
- Update docu for 4.7.0 release by @p53 in #697
IMPORTANT: BUGFIX, adds override-destination-headers flag, which is by default false=means headers set on upstream WON'T overwrite headers set by gatekeeper, regression in goproxy component caused that Set-Cookie set by upstream was overwriting Set-Cookie of AcccessToken set by gatekeeper during refresh. As this is quite big change in behaviour altough it is fix, if you have setup which is expecting from some reason old behaviour you can still set --override-destination-headers=true.
Full Changelog: 4.6.0...4.7.0