2018-11-27 13:23:37 +02:00
# Vx.x.x (Pre-release)
2020-05-06 20:00:12 +02:00
## Release Highlights
2020-01-29 13:52:32 +02:00
2020-03-29 14:03:08 +02:00
## Important Notes
2021-06-12 20:41:03 +02:00
- [#1086 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1086 ) The extra validation to protect invalid session
deserialization from v6.0.0 (only) has been removed to improve performance. If you are on v6.0.0, either upgrade
to a version before this first and allow legacy sessions to expire gracefully or change your `cookie-secret`
value and force all sessions to reauthenticate.
2021-09-21 15:17:59 +02:00
2021-05-05 16:18:02 +02:00
- [#1210 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1210 ) A new `keycloak-oidc` provider has been added with support for role based authentication. The existing keycloak auth provider will eventually be deprecated and removed. Please switch to the new provider `keycloak-oidc` .
2021-06-12 20:41:03 +02:00
2021-04-28 18:41:18 +02:00
## Breaking Changes
2021-06-19 23:22:44 +02:00
- [#1239 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1239 ) GitLab groups sent in the `X-Forwarded-Groups` header
to the upstream server will no longer be prefixed with `group:`
2021-04-28 18:41:18 +02:00
## Changes since v7.1.3
2021-07-17 18:55:05 +02:00
2021-10-04 16:58:25 +02:00
- [#1315 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1315 ) linkedin: Update provider to v2 (@wuurrd)
2021-10-03 16:38:40 +02:00
- [#1348 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1348 ) Using the native httputil proxy code for websockets rather than yhat/wsutil to properly handle HTTP-level failures (@thetrime)
2021-09-26 23:47:28 +02:00
- [#1379 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1379 ) Fix the manual sign in with --htpasswd-user-group switch (@janrotter)
2021-10-05 11:24:47 +02:00
- [#1375 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1375 ) Added `--force-json-errors` flag (@bancek)
2021-08-29 13:39:02 +02:00
- [#1337 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1337 ) Changing user field type to text when using htpasswd (@pburgisser)
2021-06-19 23:22:44 +02:00
- [#1239 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1239 ) Base GitLab provider implementation on OIDCProvider (@NickMeves)
2021-07-29 18:45:41 +02:00
- [#1276 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1276 ) Update crypto and switched to new github.com/golang-jwt/jwt (@JVecsei)
2021-07-17 18:55:05 +02:00
- [#1264 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1264 ) Update go-oidc to v3 (@NickMeves)
2021-06-29 20:37:03 +02:00
- [#1233 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1233 ) Extend email-domain validation with sub-domain capability (@morarucostel)
2021-04-02 13:06:07 +02:00
- [#1060 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1060 ) Implement RewriteTarget to allow requests to be rewritten before proxying to upstream servers (@JoelSpeed)
2021-06-12 20:41:03 +02:00
- [#1086 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1086 ) Refresh sessions before token expiration if configured (@NickMeves)
2021-06-19 12:26:04 +02:00
- [#1226 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1226 ) Move app redirection logic to its own package (@JoelSpeed)
2021-03-23 21:34:06 +02:00
- [#1128 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1128 ) Use gorilla mux for OAuth Proxy routing (@JoelSpeed)
2021-06-13 10:00:12 +02:00
- [#1238 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1238 ) Added ADFS provider (@samirachoadi)
2021-06-09 11:22:33 +02:00
- [#1227 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1227 ) Fix Refresh Session not working for multiple cookies (@rishi1111)
2021-06-02 20:08:19 +02:00
- [#1063 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1063 ) Add Redis lock feature to lock persistent sessions (@Bibob7)
2021-03-14 21:48:26 +02:00
- [#1108 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1108 ) Add alternative ways to generate cookie secrets to docs (@JoelSpeed)
2021-03-31 11:30:42 +02:00
- [#1142 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1142 ) Add pagewriter to upstream proxy (@JoelSpeed)
2021-05-04 18:17:30 +02:00
- [#1181 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1181 ) Fix incorrect `cfg` name in show-debug-on-error flag (@iTaybb)
2021-05-19 10:50:53 +02:00
- [#1207 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1207 ) Fix URI fragment handling on sign-in page, regression introduced in 7.1.0 (@tarvip)
2021-05-05 16:18:02 +02:00
- [#1210 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1210 ) New Keycloak OIDC Provider (@pb82)
2021-06-18 14:12:11 +02:00
- [#1244 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1244 ) Update Alpine image version to 3.14 (@ahovgaard)
2021-08-11 16:57:40 +02:00
- [#1317 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1317 ) Fix incorrect `</form>` tag on the sing_in page when *not* using a custom template (@jord1e)
2021-09-05 18:23:22 +02:00
- [#1330 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1330 ) Allow specifying URL as input for custom sign in logo (@MaikuMori)
2021-09-09 13:12:29 +02:00
- [#1357 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1357 ) Fix unsafe access to session variable (@harzallah)
2021-08-09 16:57:40 +02:00
- [#997 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/997 ) Allow passing the raw url path when proxying upstream requests - e.g. /%2F/ (@FStelzer)
2021-09-21 15:17:59 +02:00
- [#1147 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1147 ) Multiarch support for docker image (@goshlanguage)
2021-06-02 20:08:19 +02:00
2021-04-28 18:41:18 +02:00
# V7.1.3
## Release Highlights
- Fixed typos in the metrics server TLS config names
## Important Notes
2021-04-21 11:33:27 +02:00
- [#967 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/967 ) `--insecure-oidc-skip-nonce` is currently `true` by default in case
any existing OIDC Identity Providers don't support it. The default will switch to `false` in a future version.
2021-03-22 20:51:56 +02:00
## Breaking Changes
2021-04-01 20:07:22 +02:00
## Changes since v7.1.2
2021-04-23 22:22:28 +02:00
- [#1168 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1168 ) Fix incorrect `cfg` name in Metrics TLS flags (@NickMeves)
2021-04-21 11:33:27 +02:00
- [#967 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/967 ) Set & verify a nonce with OIDC providers (@NickMeves)
2021-04-18 19:25:57 +02:00
- [#1136 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1136 ) Add clock package for better time mocking in tests (@NickMeves)
2021-04-03 18:06:30 +02:00
- [#947 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/947 ) Multiple provider ingestion and validation in alpha options (first stage: [#926 ](https://github.com/oauth2-proxy/oauth2-proxy/issues/926 )) (@yanasega)
2021-04-01 20:07:22 +02:00
# V7.1.2
## Release Highlights
- Metrics bind address initialisation was broken in config files
## Important Notes
N/A
## Breaking Changes
N/A
2021-03-28 20:25:46 +02:00
## Changes since v7.1.1
2021-03-25 00:50:50 +02:00
- [#1129 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1129 ) Rewrite OpenRedirect tests in ginkgo (@JoelSpeed)
2021-03-25 00:30:33 +02:00
- [#1127 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1127 ) Remove unused fields from OAuthProxy (@JoelSpeed)
2021-04-01 20:07:22 +02:00
- [#1141 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1141 ) Fix metrics server bind address initialization (@oliver006)
2021-03-25 00:50:50 +02:00
2021-03-28 20:25:46 +02:00
# V7.1.1
## Release Highlights
- The metrics server could not be started in v7.1.0, this is now fixed.
## Important Notes
N/A
## Breaking Changes
N/A
2021-03-22 20:51:56 +02:00
## Changes since v7.1.0
2021-03-26 11:55:20 +02:00
- [#1133 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1133 ) Metrics server should be constructed with secure bind address for TLS (@JoelSpeed)
2021-03-22 20:51:56 +02:00
# V7.1.0
## Release Highlights
- New improved design for sign in and error pages based on bulma framework
- Refactored templates loading
- `robots.txt` , `sign_in.html` and `error.html` can now be provided individually in `--custom-templates-dir`
- If any of the above are not provided, defaults are used
- Defaults templates be found in [pkg/app/pagewriter ](https://github.com/oauth2-proxy/oauth2-proxy/tree/v7.1.0/pkg/app/pagewriter )
- Introduction of basic prometheus metrics
- Introduction of Traefik based local testing/example environment
- Support for request IDs to allow request co-ordination of log lines
## Important Notes
- [GHSA-652x-m2gr-hppm ](https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-652x-m2gr-hppm ) GitLab group authorization stopped working in v7.0.0, the functionality has now been restored, please see the linked advisory for details
2021-03-14 18:47:44 +02:00
- [#1103 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1103 ) Upstream request signatures via `--signature-key` is
deprecated. Support will be removed completely in v8.0.0.
2021-03-21 20:20:57 +02:00
- [1087 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1087 ) The default logging templates have been updated to include {{.RequestID}}
2021-03-21 20:59:17 +02:00
- [#1117 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1117 ) The `--gcp-healthchecks` option is now deprecated. It will be removed in a future release.
- To migrate, you can change your application health checks for OAuth2 Proxy to point to
the `--ping-path` value.
- You can also migrate the user agent based health check using the `--ping-user-agent` option. Set it to `GoogleHC/1.0` to allow health checks on the path `/` from the Google health checker.
2021-03-14 18:47:44 +02:00
2021-01-22 21:35:33 +02:00
## Breaking Changes
2021-03-22 20:51:56 +02:00
N/A
2021-02-10 20:25:39 +02:00
## Changes since v7.0.1
2021-03-22 20:51:56 +02:00
- [GHSA-652x-m2gr-hppm ](https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-652x-m2gr-hppm ) `--gitlab-group` GitLab Group Authorization config flag stopped working in v7.0.0 (@NickMeves, @papey )
- [#1113 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1113 ) Panic with GitLab project repository auth (@piersharding)
2021-03-21 20:49:30 +02:00
- [#1116 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1116 ) Reinstate preferEmailToUser behaviour for basic auth sessions (@JoelSpeed)
2021-03-21 13:10:12 +02:00
- [#1115 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1115 ) Fix upstream proxy appending ? to requests (@JoelSpeed)
2021-03-22 20:51:56 +02:00
- [#1117 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1117 ) Deprecate GCP HealthCheck option (@JoelSpeed)
2021-03-21 20:15:43 +02:00
- [#1104 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1104 ) Allow custom robots text pages (@JoelSpeed)
2021-02-14 13:38:20 +02:00
- [#1045 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1045 ) Ensure redirect URI always has a scheme (@JoelSpeed)
2021-03-14 18:47:44 +02:00
- [#1103 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1103 ) Deprecate upstream request signatures (@NickMeves)
2021-03-22 20:51:56 +02:00
- [#1087 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1087 ) Support Request ID in logging (@NickMeves)
2021-03-21 20:20:57 +02:00
- [#914 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/914 ) Extract email from id_token for azure provider when oidc is configured (@weinong)
2021-03-07 13:50:45 +02:00
- [#1047 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1047 ) Refactor HTTP Server and add ServerGroup to handle graceful shutdown of multiple servers (@JoelSpeed)
2021-03-06 19:27:16 +02:00
- [#1070 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1070 ) Refactor logging middleware to middleware package (@NickMeves)
2021-02-25 23:02:23 +02:00
- [#1064 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1064 ) Add support for setting groups on session when using basic auth (@stefansedich)
2021-02-18 21:13:27 +02:00
- [#1056 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1056 ) Add option for custom logos on the sign in page (@JoelSpeed)
2021-02-17 22:59:46 +02:00
- [#1054 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1054 ) Update to Go 1.16 (@JoelSpeed)
2021-02-17 22:15:45 +02:00
- [#1052 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1052 ) Update golangci-lint to latest version (v1.36.0) (@JoelSpeed)
2021-02-13 13:48:29 +02:00
- [#1043 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1043 ) Refactor Sign In Page rendering and capture all page rendering code in pagewriter package (@JoelSpeed)
2021-02-13 12:48:03 +02:00
- [#1029 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1029 ) Refactor error page rendering and allow debug messages on error (@JoelSpeed)
2021-02-10 21:49:02 +02:00
- [#1028 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1028 ) Refactor templates, update theme and provide styled error pages (@JoelSpeed)
2021-02-10 20:50:09 +02:00
- [#1039 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1039 ) Ensure errors in tests are logged to the GinkgoWriter (@JoelSpeed)
2021-03-22 20:51:56 +02:00
- [#980 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/980 ) Add Prometheus metrics endpoint (@neuralsandwich)
- [#1023 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1023 ) Update docs on Traefik ForwardAuth support without the use of Traefik 'errors' middleware (@pcneo83)
- [#1091 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1091 ) Add an example with Traefik (configuration without Traefik 'errors' middleware) (@fcollonval)
2021-02-10 20:50:09 +02:00
2021-02-10 20:25:39 +02:00
# V7.0.1
## Release Highlights
- Fixed a bug that meant that flag ordering mattered
- Fixed a bug where response headers for groups were not being flattened
## Important Notes
N/A
## Breaking Changes
N/A
2021-01-22 21:35:33 +02:00
## Changes since v7.0.0
2021-02-04 02:45:01 +02:00
- [#1020 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1020 ) Flatten array-based response headers (@NickMeves)
2021-02-10 20:25:39 +02:00
- [#1026 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1026 ) Ensure config flags get parsed correctly when other flags precede them (@JoelSpeed)
2021-02-04 02:45:01 +02:00
2021-01-22 21:35:33 +02:00
# V7.0.0
## Release Highlights
- Major internal improvements to provider interfaces
- Added group authorization support
- Improved support for external auth for Traefik
- Introduced alpha configuration format to allow users to trial new configuration format and alpha features
2021-01-22 21:39:20 +02:00
- GitLab provider now supports restricting to members of a project
- Keycloak provider now supports restricting users to members of a set of groups
- (Alpha) Flexible header configuration allowing user defined mapping of session claims to header values
2021-01-22 21:35:33 +02:00
## Important Notes
2021-02-01 20:12:34 +02:00
- [GHSA-4mf2-f3wh-gvf2 ](https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-4mf2-f3wh-gvf2 ) The whitelist domain feature has been updated to fix a vulnerability that was identified, please see the linked advisory for details
2021-01-09 21:45:26 +02:00
- [#964 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/964 ) Redirect URL generation will attempt secondary strategies
in the priority chain if any fail the `IsValidRedirect` security check. Previously any failures fell back to `/` .
2020-12-12 23:50:34 +02:00
- [#953 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/953 ) Keycloak will now use `--profile-url` if set for the userinfo endpoint
instead of `--validate-url` . `--validate-url` will still work for backwards compatibility.
2021-01-02 01:23:11 +02:00
- [#957 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/957 ) To use X-Forwarded-{Proto,Host,Uri} on redirect detection, `--reverse-proxy` must be `true` .
2020-11-28 22:33:05 +02:00
- [#936 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/936 ) `--user-id-claim` option is deprecated and replaced by `--oidc-email-claim`
2020-12-05 20:57:33 +02:00
- [#630 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/630 ) Gitlab projects needs a Gitlab application with the extra `read_api` enabled
2020-10-19 03:14:32 +02:00
- [#849 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/849 ) `/oauth2/auth` `allowed_groups` querystring parameter can be paired with the `allowed-groups` configuration option.
- The `allowed_groups` querystring parameter can specify multiple comma delimited groups.
2020-11-27 20:45:55 +02:00
- In this scenario, the user must have a group (from their multiple groups) present in both lists to not get a 401 or 403 response code.
- Example:
- OAuth2-Proxy globally sets the `allowed_groups` as `engineering` .
- An application using Kubernetes ingress uses the `/oauth2/auth` endpoint with `allowed_groups` querystring set to `backend` .
- A user must have a session with the groups `["engineering", "backend"]` to pass authorization.
- Another user with the groups `["engineering", "frontend"]` would fail the querystring authorization portion.
2020-11-08 00:58:47 +02:00
- [#905 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/905 ) Existing sessions from v6.0.0 or earlier are no longer valid. They will trigger a reauthentication.
2020-11-07 21:19:30 +02:00
- [#826 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/826 ) `skip-auth-strip-headers` now applies to all requests, not just those where authentication would be skipped.
2020-09-27 04:24:06 +02:00
- [#797 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/797 ) The behavior of the Google provider Groups restriction changes with this
2020-10-24 05:53:38 +02:00
- Either `--google-group` or the new `--allowed-group` will work for Google now (`--google-group` will be used if both are set)
2020-09-27 04:24:06 +02:00
- Group membership lists will be passed to the backend with the `X-Forwarded-Groups` header
- If you change the list of allowed groups, existing sessions that now don't have a valid group will be logged out immediately.
2020-12-05 20:57:33 +02:00
- Previously, group membership was only checked on session creation and refresh.
2020-09-23 03:54:32 +02:00
- [#789 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/789 ) `--skip-auth-route` is (almost) backwards compatible with `--skip-auth-regex`
- We are marking `--skip-auth-regex` as DEPRECATED and will remove it in the next major version.
- If your regex contains an `=` and you want it for all methods, you will need to add a leading `=` (this is the area where `--skip-auth-regex` doesn't port perfectly)
2020-09-24 05:37:58 +02:00
- [#575 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/575 ) Sessions from v5.1.1 or earlier will no longer validate since they were not signed with SHA1.
- Sessions from v6.0.0 or later had a graceful conversion to SHA256 that resulted in no reauthentication
- Upgrading from v5.1.1 or earlier will result in a reauthentication
2020-11-27 19:07:21 +02:00
- [#616 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/616 ) Ensure you have configured oauth2-proxy to use the `groups` scope.
- The user may be logged out initially as they may not currently have the `groups` claim however after going back through login process wil be authenticated.
2020-11-03 20:10:08 +02:00
- [#839 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/839 ) Enables complex data structures for group claim entries, which are output as Json by default.
2020-07-28 20:42:09 +02:00
2020-08-27 10:21:27 +02:00
## Breaking Changes
2021-01-09 21:45:26 +02:00
- [#964 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/964 ) `--reverse-proxy` must be true to trust `X-Forwarded-*` headers as canonical.
These are used throughout the application in redirect URLs, cookie domains and host logging logic. These are the headers:
- `X-Forwarded-Proto` instead of `req.URL.Scheme`
- `X-Forwarded-Host` instead of `req.Host`
- `X-Forwarded-Uri` instead of `req.URL.RequestURI()`
2020-12-12 23:50:34 +02:00
- [#953 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/953 ) In config files & envvar configs, `keycloak_group` is now the plural `keycloak_groups` .
Flag configs are still `--keycloak-group` but it can be passed multiple times.
2020-11-19 12:25:53 +02:00
- [#911 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/911 ) Specifying a non-existent provider will cause OAuth2-Proxy to fail on startup instead of defaulting to "google".
2020-09-27 04:24:06 +02:00
- [#797 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/797 ) Security changes to Google provider group authorization flow
- If you change the list of allowed groups, existing sessions that now don't have a valid group will be logged out immediately.
- Previously, group membership was only checked on session creation and refresh.
2020-08-07 00:43:01 +02:00
- [#722 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/722 ) When a Redis session store is configured, OAuth2-Proxy will fail to start up unless connection and health checks to Redis pass
2020-09-29 18:44:42 +02:00
- [#800 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/800 ) Fix import path for v7. The import path has changed to support the go get installation.
- You can now `go get github.com/oauth2-proxy/oauth2-proxy/v7` to get the latest `v7` version of OAuth2 Proxy
- Import paths for package are now under `v7` , eg `github.com/oauth2-proxy/oauth2-proxy/v7/pkg/<module>`
2020-09-29 13:35:40 +02:00
- [#753 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/753 ) A bug in the Azure provider prevented it from properly passing the configured protected `--resource`
2020-09-21 09:45:16 +02:00
via the login url. If this option was used in the past, behavior will change with this release as it will
affect the tokens returned by Azure. In the past, the tokens were always for `https://graph.microsoft.com` (the default)
and will now be for the configured resource (if it exists, otherwise it will run into errors)
2020-11-04 21:25:59 +02:00
- [#754 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/754 ) The Azure provider now has token refresh functionality implemented. This means that there won't
be any redirects in the browser anymore when tokens expire, but instead a token refresh is initiated
in the background, which leads to new tokens being returned in the cookies.
- Please note that `--cookie-refresh` must be 0 (the default) or equal to the token lifespan configured in Azure AD to make
2020-12-05 20:57:33 +02:00
Azure token refresh reliable. Setting this value to 0 means that it relies on the provider implementation
to decide if a refresh is required.
2020-08-07 00:43:01 +02:00
2020-08-31 17:59:19 +02:00
## Changes since v6.1.1
2021-02-01 20:12:34 +02:00
- [GHSA-4mf2-f3wh-gvf2 ](https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-4mf2-f3wh-gvf2 ) Subdomain checking of whitelisted domains could allow unintended redirects (@NickMeves)
2021-01-22 21:35:33 +02:00
- [#1002 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1002 ) Use logger for logging refreshed session in azure and gitlab provider (@Bibob7)
2021-01-22 10:48:34 +02:00
- [#799 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/799 ) Use comma separated multiple values for header (@lilida)
2021-01-16 15:16:52 +02:00
- [#903 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/903 ) Add docs and generated reference for Alpha configuration (@JoelSpeed)
2021-01-16 19:34:53 +02:00
- [#995 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/995 ) Add Security Policy (@JoelSpeed)
2021-01-09 21:45:26 +02:00
- [#964 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/964 ) Require `--reverse-proxy` true to trust `X-Forwareded-*` type headers (@NickMeves)
2021-01-05 03:21:17 +02:00
- [#970 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/970 ) Fix joined cookie name for those containing underline in the suffix (@peppered)
2020-12-12 23:50:34 +02:00
- [#953 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/953 ) Migrate Keycloak to EnrichSession & support multiple groups for authorization (@NickMeves)
2021-01-02 01:23:11 +02:00
- [#957 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/957 ) Use X-Forwarded-{Proto,Host,Uri} on redirect as last resort (@linuxgemini)
2020-12-05 20:57:33 +02:00
- [#630 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/630 ) Add support for Gitlab project based authentication (@factorysh)
2020-11-28 12:32:27 +02:00
- [#907 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/907 ) Introduce alpha configuration option to enable testing of structured configuration (@JoelSpeed)
2020-11-30 00:12:48 +02:00
- [#938 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/938 ) Cleanup missed provider renaming refactor methods (@NickMeves)
2020-11-30 00:58:01 +02:00
- [#816 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/816 ) (via [#936 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/936 )) Support non-list group claims (@loafoe)
2020-11-28 22:33:05 +02:00
- [#936 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/936 ) Refactor OIDC Provider and support groups from Profile URL (@NickMeves)
2020-11-20 06:27:28 +02:00
- [#869 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/869 ) Streamline provider interface method names and signatures (@NickMeves)
2020-11-27 19:07:21 +02:00
- [#849 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/849 ) Support group authorization on `oauth2/auth` endpoint via `allowed_groups` querystring (@NickMeves)
2020-10-24 08:43:27 +02:00
- [#925 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/925 ) Fix basic auth legacy header conversion (@JoelSpeed)
- [#916 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/916 ) Add AlphaOptions struct to prepare for alpha config loading (@JoelSpeed)
2020-11-19 12:25:53 +02:00
- [#923 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/923 ) Support TLS 1.3 (@aajisaka)
2020-11-15 20:46:40 +02:00
- [#918 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/918 ) Fix log header output (@JoelSpeed)
2021-01-22 21:35:33 +02:00
- [#911 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/911 ) Validate provider type on startup. (@arcivanov)
2020-11-08 21:33:59 +02:00
- [#906 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/906 ) Set up v6.1.x versioned documentation as default documentation (@JoelSpeed)
2020-11-08 00:58:47 +02:00
- [#905 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/905 ) Remove v5 legacy sessions support (@NickMeves)
2020-11-07 21:19:30 +02:00
- [#904 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/904 ) Set `skip-auth-strip-headers` to `true` by default (@NickMeves)
2020-11-03 19:50:23 +02:00
- [#826 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/826 ) Integrate new header injectors into project (@JoelSpeed)
2020-09-27 04:24:06 +02:00
- [#797 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/797 ) Create universal Authorization behavior across providers (@NickMeves)
2020-11-05 18:09:02 +02:00
- [#898 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/898 ) Migrate documentation to Docusaurus (@JoelSpeed)
2020-11-04 21:25:59 +02:00
- [#754 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/754 ) Azure token refresh (@codablock)
2020-10-19 03:57:49 +02:00
- [#850 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/850 ) Increase session fields in `/oauth2/userinfo` endpoint (@NickMeves)
2020-10-07 19:49:32 +02:00
- [#825 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/825 ) Fix code coverage reporting on GitHub actions(@JoelSpeed)
2020-09-28 00:30:45 +02:00
- [#796 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/796 ) Deprecate GetUserName & GetEmailAdress for EnrichSessionState (@NickMeves)
2020-10-03 13:51:59 +02:00
- [#705 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/705 ) Add generic Header injectors for upstream request and response headers (@JoelSpeed)
2020-09-21 09:45:16 +02:00
- [#753 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/753 ) Pass resource parameter in login url (@codablock)
2020-09-23 03:54:32 +02:00
- [#789 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/789 ) Add `--skip-auth-route` configuration option for `METHOD=pathRegex` based allowlists (@NickMeves)
2020-05-24 20:02:08 +02:00
- [#575 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/575 ) Stop accepting legacy SHA1 signed cookies (@NickMeves)
2020-08-07 00:43:01 +02:00
- [#722 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/722 ) Validate Redis configuration options at startup (@NickMeves)
2020-09-24 01:04:54 +02:00
- [#791 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/791 ) Remove GetPreferredUsername method from provider interface (@NickMeves)
2020-09-11 12:32:00 +02:00
- [#764 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/764 ) Document bcrypt encryption for htpasswd (and hide SHA) (@lentzi90)
2020-11-08 20:48:01 +02:00
- [#778 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/778 ) Use display-htpasswd-form flag
2020-07-28 20:42:09 +02:00
- [#616 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/616 ) Add support to ensure user belongs in required groups when using the OIDC provider (@stefansedich)
2020-09-29 18:44:42 +02:00
- [#800 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/800 ) Fix import path for v7 (@johejo)
2020-09-12 06:47:42 +02:00
- [#783 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/783 ) Update Go to 1.15 (@johejo)
2020-10-03 15:09:40 +02:00
- [#813 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/813 ) Fix build (@thiagocaiubi)
2020-10-07 12:49:27 +02:00
- [#801 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/801 ) Update go-redis/redis to v8 (@johejo)
2020-10-05 11:29:47 +02:00
- [#750 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/750 ) ci: Migrate to Github Actions (@shinebayar-g)
2020-10-06 14:34:32 +02:00
- [#829 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/820 ) Rename test directory to testdata (@johejo)
2020-10-07 19:46:41 +02:00
- [#819 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/819 ) Improve CI (@johejo)
2021-01-12 17:40:14 +02:00
- [#989 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/989 ) Adapt isAjax to support mimetype lists (@rassie)
2021-01-30 17:33:28 +02:00
- [#1013 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/1013 ) Update alpine version to 3.13 (@nishanth-pinnapareddy)
2020-09-11 12:32:00 +02:00
2020-08-31 17:59:19 +02:00
# v6.1.1
## Release Highlights
- Fixed a bug which prevented static upstreams from being used
- Fixed a bug which prevented file based upstreams from being used
- Ensure that X-Forwarded-Host is respected consistently
## Important Notes
N/A
## Breaking
N/A
2020-08-27 10:21:27 +02:00
## Changes since v6.1.0
2020-08-22 04:50:32 +02:00
- [#729 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/729 ) Use X-Forwarded-Host consistently when set (@NickMeves)
2020-08-31 12:22:10 +02:00
- [#746 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/746 ) Fix conversion of static responses in upstreams (@JoelSpeed)
2020-08-22 04:50:32 +02:00
2020-08-27 10:21:27 +02:00
# v6.1.0
## Release Highlights
- Redis session stores now support authenticated connections
- Error logging can now be separated from info logging by directing error logs to stderr
- Added --session-cookie-minimal flag which helps prevent large session cookies
- Improvements to force-https behaviour
- Allow requests to skip authentication based on their source IP
## Important Notes
2020-07-13 21:56:05 +02:00
- [#632 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/632 ) There is backwards compatibility to sessions from v5
- Any unencrypted sessions from before v5 that only contained a Username & Email will trigger a reauthentication
2020-06-27 13:05:26 +02:00
## Breaking Changes
## Changes since v6.0.0
2020-08-27 15:44:18 +02:00
- [#742 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/742 ) Only log no cookie match if cookie domains specified (@JoelSpeed)
2020-05-17 17:34:09 +02:00
- [#562 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/562 ) Create generic Authorization Header constructor (@JoelSpeed)
2020-08-07 11:21:39 +02:00
- [#715 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/715 ) Ensure session times are not nil before printing them (@JoelSpeed)
2020-08-06 03:34:25 +02:00
- [#714 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/714 ) Support passwords with Redis session stores (@NickMeves)
2020-08-11 00:11:38 +02:00
- [#719 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/719 ) Add Gosec fixes to areas that are intermittently flagged on PRs (@NickMeves)
2020-08-10 12:44:08 +02:00
- [#718 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/718 ) Allow Logging to stdout with separate Error Log Channel
2020-07-20 07:24:18 +02:00
- [#690 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/690 ) Address GoSec security findings & remediate (@NickMeves)
2020-07-19 23:20:20 +02:00
- [#689 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/689 ) Fix finicky logging_handler_test from time drift (@NickMeves)
2020-07-27 23:51:29 +02:00
- [#700 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/700 ) Allow OIDC Bearer auth IDTokens to have empty email claim & profile URL (@NickMeves)
2020-07-22 07:09:31 +02:00
- [#699 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/699 ) Align persistence ginkgo tests with conventions (@NickMeves)
2020-07-21 17:38:13 +02:00
- [#696 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/696 ) Preserve query when building redirect
2020-05-25 14:08:04 +02:00
- [#561 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/561 ) Refactor provider URLs to package level vars (@JoelSpeed)
2020-07-19 22:25:13 +02:00
- [#682 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/682 ) Refactor persistent session store session ticket management (@NickMeves)
2020-07-18 21:29:39 +02:00
- [#688 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/688 ) Refactor session loading to make use of middleware pattern (@JoelSpeed)
2020-07-16 23:44:00 +02:00
- [#593 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/593 ) Integrate upstream package with OAuth2 Proxy (@JoelSpeed)
2020-07-18 11:23:50 +02:00
- [#687 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/687 ) Refactor HTPasswd Validator (@JoelSpeed)
2020-07-15 00:46:44 +02:00
- [#624 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/624 ) Allow stripping authentication headers from whitelisted requests with `--skip-auth-strip-headers` (@NickMeves)
2020-07-15 00:02:10 +02:00
- [#673 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/673 ) Add --session-cookie-minimal option to create session cookies with no tokens (@NickMeves)
2020-07-13 21:56:05 +02:00
- [#632 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/632 ) Reduce session size by encoding with MessagePack and using LZ4 compression (@NickMeves)
2020-07-12 17:09:34 +02:00
- [#675 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/675 ) Fix required ruby version and deprecated option for building docs (@mkontani)
2020-07-07 10:53:32 +02:00
- [#669 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/669 ) Reduce docker context to improve build times (@JoelSpeed)
2020-07-07 10:55:38 +02:00
- [#668 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/668 ) Use req.Host in --force-https when req.URL.Host is empty (@zucaritask)
2020-07-05 10:52:36 +02:00
- [#660 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/660 ) Use builder pattern to simplify requests to external endpoints (@JoelSpeed)
2020-07-05 11:22:24 +02:00
- [#591 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/591 ) Introduce upstream package with new reverse proxy implementation (@JoelSpeed)
2020-05-31 16:17:51 +02:00
- [#576 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/576 ) Separate Cookie validation out of main options validation (@JoelSpeed)
2020-07-04 05:31:12 +02:00
- [#656 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/656 ) Split long session cookies more precisely (@NickMeves)
2020-06-12 19:18:41 +02:00
- [#619 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/619 ) Improve Redirect to HTTPs behaviour (@JoelSpeed)
2020-07-03 16:24:57 +02:00
- [#654 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/654 ) Close client connections after each redis test (@JoelSpeed)
2020-05-10 17:59:17 +02:00
- [#542 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/542 ) Move SessionStore tests to independent package (@JoelSpeed)
2020-05-31 15:27:51 +02:00
- [#577 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/577 ) Move Cipher and Session Store initialisation out of Validation (@JoelSpeed)
2020-07-03 17:09:17 +02:00
- [#635 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/635 ) Support specifying alternative provider TLS trust source(s) (@k-wall)
2020-07-06 03:39:06 +02:00
- [#649 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/650 ) Resolve an issue where an empty healthcheck URL and ping-user-agent returns the healthcheck response (@jordancrawfordnz)
2020-07-06 12:09:02 +02:00
- [#662 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/662 ) Do not add Cache-Control header to response from auth only endpoint (@johejo)
2020-07-11 12:14:12 +02:00
- [#552 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/522 ) Implements --trusted-ip option to allow clients behind specified IPs or CIDR ranges to bypass authentication (@Izzette)
2020-08-25 17:41:14 +02:00
- [#733 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/733 ) dist.sh: remove go version from asset links (@syscll)
2020-05-31 15:27:51 +02:00
2020-06-27 13:05:26 +02:00
# v6.0.0
## Release Highlights
- Migrated to an independent GitHub organisation
- Added local test environment examples using docker-compose and kind
- Error pages will now be rendered when upstream connections fail
- Non-Existent options in config files will now return errors on startup
- Sessions are now always encrypted, independent of configuration
## Important Notes
- (Security) Fix for [open redirect vulnerability ](https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-5m6c-jp6f-2vcv ).
- More invalid redirects that lead to open-redirects were reported
- An extensive test suite has been added to prevent future regressions
2020-04-09 16:39:07 +02:00
- [#453 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/453 ) Responses to endpoints with a proxy prefix will now return headers for preventing browser caching.
2020-03-29 14:03:08 +02:00
## Breaking Changes
2020-05-06 20:00:12 +02:00
- [#464 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/464 ) Migration from Pusher to independent org may have introduced breaking changes for your environment.
2020-03-29 17:24:41 +02:00
- See the changes listed below for PR [#464 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/464 ) for full details
- Binaries renamed from `oauth2_proxy` to `oauth2-proxy`
2020-05-06 20:00:12 +02:00
- [#440 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/440 ) Switch Azure AD Graph API to Microsoft Graph API
2020-04-12 15:00:59 +02:00
- The Azure AD Graph API has been [deprecated ](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-graph-api ) and is being replaced by the Microsoft Graph API.
2020-05-06 20:00:12 +02:00
If your application relies on the access token being passed to it to access the Azure AD Graph API, you should migrate your application to use the Microsoft Graph API.
2020-12-05 20:57:33 +02:00
Existing behaviour can be retained by setting `-resource=https://graph.windows.net` .
2020-04-12 15:00:59 +02:00
- [#484 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/484 ) Configuration loading has been replaced with Viper and PFlag
- Flags now require a `--` prefix before the option
- Previously flags allowed either `-` or `--` to prefix the option name
- Eg `-provider` must now be `--provider`
2020-05-06 20:00:12 +02:00
- [#487 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/487 ) Switch flags to StringSlice instead of StringArray
2020-05-03 17:55:20 +02:00
- Options that take multiple arguments now split strings on commas if present
- Eg `--foo=a,b,c,d` would result in the values `a` , `b` , `c` and `d` instead of a single `a,b,c,d` value as before
2020-05-10 11:09:53 +02:00
- [#535 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/535 ) Drop support for pre v3.1 cookies
- The encoding for session cookies was changed starting in v3.1.0, support for the previous encoding is now dropped
- If you are upgrading from a version earlier than this, please upgrade via a version between v3.1.0 and v5.1.1
2020-05-12 17:04:51 +02:00
- [#537 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/537 ) Drop Fallback to Email if User not set
- Previously, when a session was loaded, if the User was not set, it would be replaced by the Email.
This behaviour was inconsistent as it required the session to be stored and then loaded to function properly.
- This behaviour has now been removed and the User field will remain empty if it was not set when the session was saved.
- In some scenarios `X-Forwarded-User` will now be empty. Use `X-Forwarded-Email` instead.
- In some scenarios, this may break setting Basic Auth on upstream or responses.
Use `--prefer-email-to-user` to restore falling back to the Email in these cases.
2020-05-21 20:29:45 +02:00
- [#556 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/556 ) Remove unintentional auto-padding of secrets that were too short
- Previously, after cookie-secrets were opportunistically base64 decoded to raw bytes,
they were padded to have a length divisible by 4.
2020-12-05 20:57:33 +02:00
- This led to wrong sized secrets being valid AES lengths of 16, 24, or 32 bytes. Or it led to confusing errors
2020-05-21 20:29:45 +02:00
reporting an invalid length of 20 or 28 when the user input cookie-secret was not that length.
- Now we will only base64 decode a cookie-secret to raw bytes if it is 16, 24, or 32 bytes long. Otherwise, we will convert
the direct cookie-secret to bytes without silent padding added.
2020-05-24 21:19:56 +02:00
- [#412 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/412 )/[#559](https://github.com/oauth2-proxy/oauth2-proxy/pull/559) Allow multiple cookie domains to be specified
- Multiple cookie domains may now be configured. The longest domain that matches will be used.
- The config options `cookie_domain` is now `cookie_domains`
- The environment variable `OAUTH2_PROXY_COOKIE_DOMAIN` is now `OAUTH2_PROXY_COOKIE_DOMAINS`
2020-02-24 13:23:35 +02:00
- [#414 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/414 ) Always encrypt sessions regardless of config
- Previously, sessions were encrypted only when certain options were configured.
This lead to confusion and misconfiguration as it was not obvious when a session should be encrypted.
- Cookie Secrets must now be 16, 24 or 32 bytes.
- If you need to change your secret, this will force users to reauthenticate.
2020-05-12 01:59:49 +02:00
- [#548 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/548 ) Separate logging options out of main options structure
- Fixes an inconsistency in the `--exclude-logging-paths` option by renaming it to `--exclude-logging-option` .
- This flag may now be given multiple times as with other list options
- This flag also accepts comma separated values
2020-06-27 00:26:07 +02:00
- [#639 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/639 ) Change how gitlab-group is parsed on options
- Previously, the flag gitlab-group used comma seperated values, while the config option used space seperated values.
- This fixes the config value to use slices internally.
- The config option `gitlab_group` is now `gitlab_groups`
- The environment variable `OAUTH2_PROXY_GITLAB_GROUP` is now `OAUTH2_PROXY_GITLAB_GROUPS`
2020-04-12 12:53:30 +02:00
2020-05-06 20:00:12 +02:00
## Changes since v5.1.1
2020-05-23 19:49:09 +02:00
2020-06-27 13:05:26 +02:00
- [GHSA-5m6c-jp6f-2vcv ](https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-5m6c-jp6f-2vcv ) New OpenRedirect cases have been found (@JoelSpeed)
2020-06-27 00:26:07 +02:00
- [#639 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/639 ) Change how gitlab-group is parsed on options (@linuxgemini)
2020-06-16 23:39:11 +02:00
- [#615 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/615 ) Kubernetes example based on Kind cluster and Nginx ingress (@EvgeniGordeev)
2020-06-01 17:56:50 +02:00
- [#596 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/596 ) Validate Bearer IDTokens in headers with correct provider/extra JWT Verifier (@NickMeves)
2020-06-14 22:06:14 +02:00
- [#620 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/620 ) Add HealthCheck middleware (@JoelSpeed)
2020-05-31 16:32:07 +02:00
- [#597 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/597 ) Don't log invalid redirect if redirect is empty (@JoelSpeed)
2020-06-14 15:06:12 +02:00
- [#604 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/604 ) Add Keycloak local testing environment (@EvgeniGordeev)
2020-06-02 01:19:27 +02:00
- [#539 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/539 ) Refactor encryption ciphers and add AES-GCM support (@NickMeves)
2020-06-02 21:53:33 +02:00
- [#601 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/601 ) Ensure decrypted user/email are valid UTF8 (@JoelSpeed)
2020-06-04 18:41:29 +02:00
- [#560 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/560 ) Fallback to UserInfo is User ID claim not present (@JoelSpeed)
2020-06-02 19:17:27 +02:00
- [#598 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/598 ) acr_values no longer sent to IdP when empty (@ScottGuymer)
2020-05-12 01:59:49 +02:00
- [#548 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/548 ) Separate logging options out of main options structure (@JoelSpeed)
2020-06-12 15:56:31 +02:00
- [#567 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/567 ) Allow health/ping request to be identified via User-Agent (@chkohner)
2020-05-30 09:53:38 +02:00
- [#536 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/536 ) Improvements to Session State code (@JoelSpeed)
2020-05-27 19:40:50 +02:00
- [#573 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/573 ) Properly parse redis urls for cluster and sentinel connections (@amnay-mo)
2020-05-24 22:09:00 +02:00
- [#574 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/574 ) render error page on 502 proxy status (@amnay-mo)
2020-05-24 21:19:56 +02:00
- [#559 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/559 ) Rename cookie-domain config to cookie-domains (@JoelSpeed)
2020-05-24 18:12:28 +02:00
- [#569 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/569 ) Updated autocompletion for `--` long options. (@Izzette)
2020-05-23 19:49:09 +02:00
- [#489 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/489 ) Move Options and Validation to separate packages (@JoelSpeed)
2020-05-21 20:29:45 +02:00
- [#556 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/556 ) Remove unintentional auto-padding of secrets that were too short (@NickMeves)
2020-05-14 11:16:35 +02:00
- [#538 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/538 ) Refactor sessions/utils.go functionality to other areas (@NickMeves)
2020-05-12 19:41:25 +02:00
- [#503 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/503 ) Implements --real-client-ip-header option to select the header from which to obtain a proxied client's IP (@Izzette)
2020-05-10 16:39:48 +02:00
- [#529 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/529 ) Add local test environments for testing changes and new features (@JoelSpeed)
2020-05-12 17:04:51 +02:00
- [#537 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/537 ) Drop Fallback to Email if User not set (@JoelSpeed)
2020-05-10 11:09:53 +02:00
- [#535 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/535 ) Drop support for pre v3.1 cookies (@JoelSpeed)
2020-05-10 08:29:37 +02:00
- [#533 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/487 ) Set up code coverage within Travis for Code Climate (@JoelSpeed)
2020-06-27 13:05:26 +02:00
- [#514 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/514 ) Add basic string functions to templates (@n-i-x)
2020-05-06 03:41:48 +02:00
- [#524 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/524 ) Sign cookies with SHA256 (@NickMeves)
2020-05-09 17:07:46 +02:00
- [#515 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/515 ) Drop configure script in favour of native Makefile env and checks (@JoelSpeed)
2020-05-05 17:53:33 +02:00
- [#519 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/519 ) Support context in providers (@johejo)
2020-05-03 17:55:20 +02:00
- [#487 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/487 ) Switch flags to PFlag to remove StringArray (@JoelSpeed)
2020-04-12 15:00:59 +02:00
- [#484 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/484 ) Replace configuration loading with Viper (@JoelSpeed)
2020-05-06 20:00:12 +02:00
- [#499 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/499 ) Add `-user-id-claim` to support generic claims in addition to email (@holyjak)
2020-04-14 10:36:44 +02:00
- [#486 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/486 ) Add new linters (@johejo)
2020-04-12 12:53:30 +02:00
- [#440 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/440 ) Switch Azure AD Graph API to Microsoft Graph API (@johejo)
2020-04-09 16:39:07 +02:00
- [#453 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/453 ) Prevent browser caching during auth flow (@johejo)
2020-04-19 13:19:21 +02:00
- [#467 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/467 ) Allow OIDC issuer verification to be skipped (@chkohner)
2020-04-08 22:28:00 +02:00
- [#481 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/481 ) Update Okta docs (@trevorbox)
2020-04-06 10:27:24 +02:00
- [#474 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/474 ) Always log hasMember request error object (@jbielick)
2020-04-04 17:12:38 +02:00
- [#468 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/468 ) Implement graceful shutdown and propagate request context (@johejo)
2020-03-29 17:24:41 +02:00
- [#464 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/464 ) Migrate to oauth2-proxy/oauth2-proxy (@JoelSpeed)
- Project renamed from `pusher/oauth2_proxy` to `oauth2-proxy`
- Move Go import path from `github.com/pusher/oauth2_proxy` to `github.com/oauth2-proxy/oauth2-proxy`
- Remove Pusher Cloud Team from CODEOWNERS
- Release images moved to `quay.io/oauth2-proxy/oauth2-proxy`
- Binaries renamed from `oauth2_proxy` to `oauth2-proxy`
2020-03-03 14:11:12 +02:00
- [#432 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/432 ) Update ruby dependencies for documentation (@theobarberbany)
2020-04-02 10:51:38 +02:00
- [#471 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/471 ) Add logging in case of invalid redirects (@gargath)
2020-05-06 20:00:12 +02:00
- [#462 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/462 ) Allow HTML in banner message (@eritikass)
- [#412 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/412 ) Allow multiple cookie domains to be specified (@edahlseng)
- [#413 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/413 ) Add -set-basic-auth param to set the Basic Authorization header for upstreams (@morarucostel)
2020-04-10 15:25:23 +02:00
- [#483 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/483 ) Warn users when session cookies are split (@JoelSpeed)
2020-04-13 15:54:53 +02:00
- [#488 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/488 ) Set-Basic-Auth should default to false (@JoelSpeed)
2020-05-06 20:00:12 +02:00
- [#494 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/494 ) Upstream websockets TLS certificate validation now depends on ssl-upstream-insecure-skip-verify (@yaroslavros)
2020-05-11 19:02:40 +02:00
- [#497 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/497 ) Restrict access using Github collaborators (@jsclayton)
2020-02-24 13:23:35 +02:00
- [#414 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/414 ) Always encrypt sessions regardless of config (@ti-mo)
2020-06-01 21:02:07 +02:00
- [#421 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/421 ) Allow logins by usernames even if they do not belong to the specified org and team or collaborators (@yyoshiki41)
2020-05-06 20:00:12 +02:00
# v5.1.1
## Release Highlights
N/A
## Important Notes
- (Security) Fix for [open redirect vulnerability ](https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-j7px-6hwj-hpjg ).
- A bad actor using encoded whitespace in redirect URIs can redirect a session to another domain
## Breaking Changes
N/A
## Changes since v5.1.0
- [GHSA-j7px-6hwj-hpjg ](https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-j7px-6hwj-hpjg ) Fix Open Redirect Vulnerability with encoded Whitespace characters (@JoelSpeed)
2020-03-29 17:24:41 +02:00
2020-03-29 14:03:08 +02:00
# v5.1.0
2020-05-06 20:00:12 +02:00
## Release Highlights
2020-12-05 20:57:33 +02:00
2020-03-29 14:03:08 +02:00
- Bump to Go 1.14
- Reduced number of Google API requests for group validation
- Support for Redis Cluster
- Support for overriding hosts in hosts file
2020-01-29 13:52:32 +02:00
## Important Notes
2020-12-05 20:57:33 +02:00
2020-02-28 11:59:27 +02:00
- [#335] The session expiry for the OIDC provider is now taken from the Token Response (expires_in) rather than from the id_token (exp)
2020-01-29 13:52:32 +02:00
## Breaking Changes
2020-12-05 20:57:33 +02:00
2020-03-29 14:03:08 +02:00
N/A
2020-01-29 13:52:32 +02:00
## Changes since v5.0.0
2020-03-29 15:54:36 +02:00
- [#450 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/450 ) Fix http.Cookie SameSite is not copied (@johejo)
- [#445 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/445 ) Expose `acr_values` to all providers (@holyjak)
- [#419 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/419 ) Support Go 1.14, upgrade dependencies, upgrade golangci-lint to 1.23.6 (@johejo)
- [#444 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/444 ) Support prompt in addition to approval-prompt (@holyjak)
- [#435 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/435 ) Fix issue with group validation calling google directory API on every HTTP request (@ericofusco)
- [#400 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/400 ) Add `nsswitch.conf` to Docker image to allow hosts file to work (@luketainton)
- [#385 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/385 ) Use the `Authorization` header instead of `access_token` for refreshing GitHub Provider sessions (@ibuclaw)
- [#372 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/372 ) Allow fallback to secondary verified email address in GitHub provider (@dmnemec)
- [#335 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/335 ) OIDC Provider support for empty id_tokens in the access token refresh response (@howzat)
- [#363 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/363 ) Extension of Redis Session Store to Support Redis Cluster (@yan-dblinf)
- [#353 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/353 ) Fix login page fragment handling after soft reload on Firefox (@ffdybuster)
- [#355 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/355 ) Add Client Secret File support for providers that rotate client secret via file system (@pasha-r)
- [#401 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/401 ) Give the option to pass email address in the Basic auth header instead of upstream usernames. (@Spindel)
- [#405 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/405 ) The `/sign_in` page now honors the `rd` query parameter, fixing the redirect after a successful authentication (@ti-mo)
- [#434 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/434 ) Give the option to prefer email address in the username header when using the -pass-user-headers option (@jordancrawfordnz)
2020-01-31 13:11:15 +02:00
2020-01-29 13:52:32 +02:00
# v5.0.0
2020-05-06 20:00:12 +02:00
## Release Highlights
2020-12-05 20:57:33 +02:00
2020-01-29 13:52:32 +02:00
- Disabled CGO (binaries will work regardless og glibc/musl)
- Allow whitelisted redirect ports
- Nextcloud provider support added
- DigitalOcean provider support added
2019-12-10 18:34:33 +02:00
## Important Notes
2020-12-05 20:57:33 +02:00
- (Security) Fix for [open redirect vulnerability ](https://github.com/oauth2-proxy/oauth2-proxy/security/advisories/GHSA-qqxw-m5fj-f7gv ).. a bad actor using `/\` in redirect URIs can redirect a session to another domain
2019-12-10 18:34:33 +02:00
## Breaking Changes
2020-03-29 15:54:36 +02:00
- [#321 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/331 ) Add reverse proxy boolean flag to control whether headers like `X-Real-Ip` are accepted.
2020-01-24 19:54:13 +02:00
This defaults to false. **Usage behind a reverse proxy will require this flag to be set to avoid logging the reverse proxy IP address** .
2019-12-10 18:34:33 +02:00
## Changes since v4.1.0
2020-01-20 21:21:51 +02:00
2020-03-29 15:54:36 +02:00
- [#331 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/331 ) Add reverse proxy setting (@martin-css)
- [#365 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/365 ) Build with CGO=0 (@tomelliff)
- [#339 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/339 ) Add configuration for cookie 'SameSite' value. (@pgroudas)
- [#347 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/347 ) Update keycloak provider configuration documentation. (@sushiMix)
- [#325 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/325 ) dist.sh: use sha256sum (@syscll)
- [#179 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/179 ) Add Nextcloud provider (@Ramblurr)
- [#280 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/280 ) whitelisted redirect domains: add support for whitelisting specific ports or allowing wildcard ports (@kamaln7)
- [#351 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/351 ) Add DigitalOcean Auth provider (@kamaln7)
2020-02-15 15:44:39 +02:00
2019-12-10 18:34:33 +02:00
# v4.1.0
## Release Highlights
2020-12-05 20:57:33 +02:00
2019-12-10 18:34:33 +02:00
- Added Keycloak provider
- Build on Go 1.13
- Upgrade Docker image to use Debian Buster
- Added support for FreeBSD builds
- Added new logo
- Added support for GitHub teams
## Important Notes
2020-12-05 20:57:33 +02:00
2019-12-10 18:34:33 +02:00
N/A
## Breaking Changes
2020-12-05 20:57:33 +02:00
2019-12-10 18:34:33 +02:00
N/A
2019-08-16 16:06:53 +02:00
## Changes since v4.0.0
2020-12-05 20:57:33 +02:00
2020-03-29 15:54:36 +02:00
- [#292 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/292 ) Added bash >= 4.0 dependency to configure script (@jmfrank63)
- [#227 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/227 ) Add Keycloak provider (@Ofinka)
- [#259 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/259 ) Redirect to HTTPS (@jmickey)
- [#273 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/273 ) Support Go 1.13 (@dio)
- [#275 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/275 ) docker: build from debian buster (@syscll)
- [#258 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/258 ) Add IDToken for Azure provider (@leyshon)
- This PR adds the IDToken into the session for the Azure provider allowing requests to a backend to be identified as a specific user. As a consequence, if you are using a cookie to store the session the cookie will now exceed the 4kb size limit and be split into multiple cookies. This can cause problems when using nginx as a proxy, resulting in no cookie being passed at all. Either increase the proxy_buffer_size in nginx or implement the redis session storage (see https://oauth2-proxy.github.io/oauth2-proxy/configuration#redis-storage)
- [#286 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/286 ) Requests.go updated with useful error messages (@biotom)
- [#274 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/274 ) Supports many github teams with api pagination support (@toshi-miura, @apratina )
- [#302 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/302 ) Rewrite dist script (@syscll)
- [#304 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/304 ) Add new Logo! :tada: (@JoelSpeed)
- [#300 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/300 ) Added userinfo endpoint (@kbabuadze)
- [#309 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/309 ) Added support for custom CA when connecting to Redis cache (@lleszczu)
- [#248 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/248 ) Fix issue with X-Auth-Request-Redirect header being ignored (@webnard)
- [#314 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/314 ) Add redirect capability to sign_out (@costelmoraru)
- [#265 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/265 ) Add upstream with static response (@cgroschupp)
- [#317 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/317 ) Add build for FreeBSD (@fnkr)
- [#296 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/296 ) Allow to override provider's name for sign-in page (@ffdybuster)
2019-08-17 09:10:37 +02:00
2019-08-16 16:06:53 +02:00
# v4.0.0
## Release Highlights
2020-12-05 20:57:33 +02:00
2020-03-29 15:54:36 +02:00
- Documentation is now on a [microsite ](https://oauth2-proxy.github.io/oauth2-proxy/ )
2019-08-16 16:06:53 +02:00
- Health check logging can now be disabled for quieter logs
- Authorization Header JWTs can now be verified by the proxy to skip authentication for machine users
- Sessions can now be stored in Redis. This reduces refresh failures and uses smaller cookies (Recommended for those using OIDC refreshing)
- Logging overhaul allows customisable logging formats
## Important Notes
2020-12-05 20:57:33 +02:00
2019-08-16 16:06:53 +02:00
- This release includes a number of breaking changes that will require users to
2020-12-05 20:57:33 +02:00
reconfigure their proxies. Please read the Breaking Changes below thoroughly.
2019-08-16 16:06:53 +02:00
2019-05-09 11:26:40 +02:00
## Breaking Changes
2020-03-29 15:54:36 +02:00
- [#231 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/231 ) Rework GitLab provider
2019-08-06 13:20:54 +02:00
- This PR changes the configuration options for the GitLab provider to use
2020-12-05 20:57:33 +02:00
a self-hosted instance. You now need to specify a `-oidc-issuer-url` rather than
explicit `-login-url` , `-redeem-url` and `-validate-url` parameters.
2020-03-29 15:54:36 +02:00
- [#186 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/186 ) Make config consistent
2019-06-15 11:12:21 +02:00
- This PR changes configuration options so that all flags have a config counterpart
2020-12-05 20:57:33 +02:00
of the same name but with underscores (`_`) in place of hyphens (`-`).
This change affects the following flags:
2019-06-21 16:44:06 +02:00
- The `--tls-key` flag is now `--tls-key-file` to be consistent with existing
2020-12-05 20:57:33 +02:00
file flags and the existing config and environment settings
2019-06-21 16:44:06 +02:00
- The `--tls-cert` flag is now `--tls-cert-file` to be consistent with existing
2020-12-05 20:57:33 +02:00
file flags and the existing config and environment settings
This change affects the following existing configuration options:
2019-06-15 11:12:21 +02:00
- The `proxy-prefix` option is now `proxy_prefix` .
2020-12-05 20:57:33 +02:00
This PR changes environment variables so that all flags have an environment
counterpart of the same name but capitalised, with underscores (`_`) in place
of hyphens (`-`) and with the prefix `OAUTH2_PROXY_` .
This change affects the following existing environment variables:
2019-06-15 11:12:21 +02:00
- The `OAUTH2_SKIP_OIDC_DISCOVERY` environment variable is now `OAUTH2_PROXY_SKIP_OIDC_DISCOVERY` .
- The `OAUTH2_OIDC_JWKS_URL` environment variable is now `OAUTH2_PROXY_OIDC_JWKS_URL` .
2020-03-29 15:54:36 +02:00
- [#146 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/146 ) Use full email address as `User` if the auth response did not contain a `User` field
2019-05-09 11:26:40 +02:00
- This change modifies the contents of the `X-Forwarded-User` header supplied by the proxy for users where the auth response from the IdP did not contain
a username.
In that case, this header used to only contain the local part of the user's email address (e.g. `john.doe` for `john.doe@example.com` ) but now contains
the user's full email address instead.
2020-03-29 15:54:36 +02:00
- [#170 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/170 ) Pre-built binary tarballs changed format
2019-05-31 10:24:45 +02:00
- The pre-built binary tarballs again match the format of the [bitly ](https://github.com/bitly/oauth2_proxy ) repository, where the unpacked directory
has the same name as the tarball and the binary is always named `oauth2_proxy` . This was done to restore compatibility with third-party automation
recipes like https://github.com/jhoblitt/puppet-oauth2_proxy.
2019-05-09 11:26:40 +02:00
2019-04-12 11:27:42 +02:00
## Changes since v3.2.0
2019-04-23 18:22:46 +02:00
2020-03-29 15:54:36 +02:00
- [#234 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/234 ) Added option `-ssl-upstream-insecure-skip-validation` to skip validation of upstream SSL certificates (@jansinger)
- [#224 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/224 ) Check Google group membership using hasMember to support nested groups and external users (@jpalpant)
- [#231 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/231 ) Add optional group membership and email domain checks to the GitLab provider (@Overv)
- [#226 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/226 ) Made setting of proxied headers deterministic based on configuration alone (@aeijdenberg)
- [#178 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/178 ) Add Silence Ping Logging and Exclude Logging Paths flags (@kskewes)
- [#209 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/209 ) Improve docker build caching of layers (@dekimsey)
- [#186 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/186 ) Make config consistent (@JoelSpeed)
- [#187 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/187 ) Move root packages to pkg folder (@JoelSpeed)
- [#65 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/65 ) Improvements to authenticate requests with a JWT bearer token in the `Authorization` header via
2019-08-16 16:06:53 +02:00
the `-skip-jwt-bearer-token` options. (@brianv0)
2019-06-15 11:12:21 +02:00
- Additional verifiers can be configured via the `-extra-jwt-issuers` flag if the JWT issuers is either an OpenID provider or has a JWKS URL
2020-12-05 20:57:33 +02:00
(e.g. `https://example.com/.well-known/jwks.json` ).
2020-03-29 15:54:36 +02:00
- [#180 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/180 ) Minor refactor of core proxying path (@aeijdenberg).
- [#175 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/175 ) Bump go-oidc to v2.0.0 (@aeijdenberg).
2019-06-03 06:54:54 +02:00
- Includes fix for potential signature checking issue when OIDC discovery is skipped.
2020-03-29 15:54:36 +02:00
- [#155 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/155 ) Add RedisSessionStore implementation (@brianv0, @JoelSpeed )
2019-05-20 23:46:38 +02:00
- Implement flags to configure the redis session store
2019-06-05 09:02:49 +02:00
- `-session-store-type=redis` Sets the store type to redis
- `-redis-connection-url` Sets the Redis connection URL
- `-redis-use-sentinel=true` Enables Redis Sentinel support
- `-redis-sentinel-master-name` Sets the Sentinel master name, if sentinel is enabled
- `-redis-sentinel-connection-urls` Defines the Redis Sentinel Connection URLs, if sentinel is enabled
- Introduces the concept of a session ticket. Tickets are composed of the cookie name, a session ID, and a secret.
2019-06-15 11:22:41 +02:00
- Redis Sessions are stored encrypted with a per-session secret
2019-06-05 09:02:49 +02:00
- Added tests for server based session stores
2020-03-29 15:54:36 +02:00
- [#168 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/168 ) Drop Go 1.11 support in Travis (@JoelSpeed)
- [#169 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/169 ) Update Alpine to 3.9 (@kskewes)
- [#148 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/148 ) Implement SessionStore interface within proxy (@JoelSpeed)
- [#147 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/147 ) Add SessionStore interfaces and initial implementation (@JoelSpeed)
2019-05-18 13:09:24 +02:00
- Allows for multiple different session storage implementations including client and server side
- Adds tests suite for interface to ensure consistency across implementations
- Refactor some configuration options (around cookies) into packages
2020-03-29 15:54:36 +02:00
- [#114 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/114 ), [#154 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/154 ) Documentation is now available live at our [docs website ](https://oauth2-proxy.github.io/oauth2-proxy/ ) (@JoelSpeed, @icelynjennings )
- [#146 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/146 ) Use full email address as `User` if the auth response did not contain a `User` field (@gargath)
- [#144 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/144 ) Use GO 1.12 for ARM builds (@kskewes)
- [#142 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/142 ) ARM Docker USER fix (@kskewes)
- [#52 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/52 ) Logging Improvements (@MisterWil)
2019-02-15 20:29:24 +02:00
- Implement flags to configure file logging
- `-logging-filename` Defines the filename to log to
- `-logging-max-size` Defines the maximum
- `-logging-max-age` Defines the maximum age of backups to retain
- `-logging-max-backups` Defines the maximum number of rollover log files to retain
- `-logging-compress` Defines if rollover log files should be compressed
- `-logging-local-time` Defines if logging date and time should be local or UTC
- Implement two new flags to enable or disable specific logging types
- `-standard-logging` Enables or disables standard (not request or auth) logging
- `-auth-logging` Enables or disables auth logging
- Implement two new flags to customize the logging format
- `-standard-logging-format` Sets the format for standard logging
- `-auth-logging-format` Sets the format for auth logging
2020-03-29 15:54:36 +02:00
- [#111 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/111 ) Add option for telling where to find a login.gov JWT key file (@timothy-spencer)
- [#170 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/170 ) Restore binary tarball contents to be compatible with bitlys original tarballs (@zeha)
- [#185 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/185 ) Fix an unsupported protocol scheme error during token validation when using the Azure provider (@jonas)
- [#141 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/141 ) Check google group membership based on email address (@bchess)
2019-04-16 23:57:09 +02:00
- Google Group membership is additionally checked via email address, allowing users outside a GSuite domain to be authorized.
2020-03-29 15:54:36 +02:00
- [#195 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/195 ) Add `-banner` flag for overriding the banner line that is displayed (@steakunderscore)
- [#198 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/198 ) Switch from gometalinter to golangci-lint (@steakunderscore)
- [#159 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/159 ) Add option to skip the OIDC provider verified email check: `--insecure-oidc-allow-unverified-email` (@djfinlay)
- [#210 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/210 ) Update base image from Alpine 3.9 to 3.10 (@steakunderscore)
- [#201 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/201 ) Add Bitbucket as new OAuth2 provider, accepts email, team and repository permissions to determine authorization (@aledeganopix4d)
2019-08-16 15:53:22 +02:00
- Implement flags to enable Bitbucket authentication:
- `-bitbucket-repository` Restrict authorization to users that can access this repository
- `-bitbucket-team` Restrict authorization to users that are part of this Bitbucket team
2020-03-29 15:54:36 +02:00
- [#211 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/211 ) Switch from dep to go modules (@steakunderscore)
- [#145 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/145 ) Add support for OIDC UserInfo endpoint email verification (@rtluckie)
2019-04-16 23:57:09 +02:00
2019-04-12 11:27:42 +02:00
# v3.2.0
## Release highlights
2020-12-05 20:57:33 +02:00
2019-04-12 11:27:42 +02:00
- Internal restructure of session state storage to use JSON rather than proprietary scheme
- Added health check options for running on GCP behind a load balancer
- Improved support for protecting websockets
- Added provider for login.gov
- Allow manual configuration of OIDC providers
## Important notes
2020-12-05 20:57:33 +02:00
2019-04-12 11:27:42 +02:00
- Dockerfile user is now non-root, this may break your existing deployment
- In the OIDC provider, when no email is returned, the ID Token subject will be used
2020-12-05 20:57:33 +02:00
instead of returning an error
2019-04-12 11:27:42 +02:00
- GitHub user emails must now be primary and verified before authenticating
2019-02-08 13:57:17 +02:00
## Changes since v3.1.0
2019-03-11 19:55:02 +02:00
- [#96 ](https://github.com/bitly/oauth2_proxy/pull/96 ) Check if email is verified on GitHub (@caarlos0)
2020-03-29 15:54:36 +02:00
- [#110 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/110 ) Added GCP healthcheck option (@timothy-spencer)
- [#112 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/112 ) Improve websocket support (@gyson)
- [#63 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/63 ) Use encoding/json for SessionState serialization (@yaegashi)
2019-03-20 15:59:24 +02:00
- Use JSON to encode session state to be stored in browser cookies
- Implement legacy decode function to support existing cookies generated by older versions
- Add detailed table driven tests in session_state_test.go
2020-03-29 15:54:36 +02:00
- [#120 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/120 ) Encrypting user/email from cookie (@costelmoraru)
- [#55 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/55 ) Added login.gov provider (@timothy-spencer)
- [#55 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/55 ) Added environment variables for all config options (@timothy-spencer)
- [#70 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/70 ) Fix handling of splitted cookies (@einfachchr)
- [#92 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/92 ) Merge websocket proxy feature from openshift/oauth-proxy (@butzist)
- [#57 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/57 ) Fall back to using OIDC Subject instead of Email (@aigarius)
- [#85 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/85 ) Use non-root user in docker images (@kskewes)
- [#68 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/68 ) forward X-Auth-Access-Token header (@davidholsgrove)
- [#41 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/41 ) Added option to manually specify OIDC endpoints instead of relying on discovery
- [#83 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/83 ) Add `id_token` refresh to Google provider (@leki75)
- [#10 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/10 ) fix redirect url param handling (@dt-rush)
- [#122 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/122 ) Expose -cookie-path as configuration parameter (@costelmoraru)
- [#124 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/124 ) Use Go 1.12 for testing and build environments (@syscll)
2019-02-22 09:49:57 +02:00
2019-02-08 13:57:17 +02:00
# v3.1.0
## Release highlights
- Introduction of ARM releases and and general improvements to Docker builds
- Improvements to OIDC provider allowing pass-through of ID Tokens
- Multiple redirect domains can now be whitelisted
- Streamed responses are now flushed periodically
## Important notes
2019-02-08 16:16:41 +02:00
- If you have been using [#bitly/621 ](https://github.com/bitly/oauth2_proxy/pull/621 )
and have cookies larger than the 4kb limit,
the cookie splitting pattern has changed and now uses `_` in place of `-` when
indexing cookies.
This will force users to reauthenticate the first time they use `v3.1.0` .
- Streamed responses will now be flushed every 1 second by default.
Previously streamed responses were flushed only when the buffer was full.
To retain the old behaviour set `--flush-interval=0` .
2020-03-29 15:54:36 +02:00
See [#23 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/23 ) for further details.
2019-02-08 13:57:17 +02:00
2019-01-14 12:07:22 +02:00
## Changes since v3.0.0
2020-03-29 15:54:36 +02:00
- [#14 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/14 ) OIDC ID Token, Authorization Headers, Refreshing and Verification (@joelspeed)
2019-01-22 13:36:52 +02:00
- Implement `pass-authorization-header` and `set-authorization-header` flags
- Implement token refreshing in OIDC provider
- Split cookies larger than 4k limit into multiple cookies
- Implement token validation in OIDC provider
2020-03-29 15:54:36 +02:00
- [#15 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/15 ) WhitelistDomains (@joelspeed)
2019-01-22 14:01:37 +02:00
- Add `--whitelist-domain` flag to allow redirection to approved domains after OAuth flow
2020-03-29 15:54:36 +02:00
- [#21 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/21 ) Docker Improvement (@yaegashi)
2019-01-22 12:11:40 +02:00
- Move Docker base image from debian to alpine
- Install ca-certificates in docker image
2020-03-29 15:54:36 +02:00
- [#23 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/23 ) Flushed streaming responses
2019-01-31 16:02:15 +02:00
- Long-running upstream responses will get flushed every < timeperiod > (1 second by default)
2020-03-29 15:54:36 +02:00
- [#24 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/24 ) Redirect fix (@agentgonzo)
2019-01-29 14:13:02 +02:00
- After a successful login, you will be redirected to your original URL rather than /
2020-03-29 15:54:36 +02:00
- [#35 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/35 ) arm and arm64 binary releases (@kskewes)
2019-01-31 20:52:08 +02:00
- Add armv6 and arm64 to Makefile `release` target
2020-03-29 15:54:36 +02:00
- [#37 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/37 ) cross build arm and arm64 docker images (@kskewes)
2019-01-22 12:11:40 +02:00
2019-01-14 12:07:22 +02:00
# v3.0.0
Adoption of OAuth2_Proxy by Pusher.
Project was hard forked and tidied however no logical changes have occurred since
v2.2 as released by Bitly.
2018-11-27 13:23:37 +02:00
## Changes since v2.2:
2020-03-29 15:54:36 +02:00
- [#7 ](https://github.com/oauth2-proxy/oauth2-proxy/pull/7 ) Migration to Pusher (@joelspeed)
2019-01-14 12:07:22 +02:00
- Move automated build to debian base image
- Add Makefile
- Update CI to run `make test`
- Update Dockerfile to use `make clean oauth2_proxy`
- Update `VERSION` parameter to be set by `ldflags` from Git Status
- Remove lint and test scripts
- Remove Go v1.8.x from Travis CI testing
- Add CODEOWNERS file
- Add CONTRIBUTING guide
- Add Issue and Pull Request templates
- Add Dockerfile
- Fix fsnotify import
- Update README to reflect new repository ownership
- Update CI scripts to separate linting and testing
- Now using `gometalinter` for linting
- Move Go import path from `github.com/bitly/oauth2_proxy` to `github.com/pusher/oauth2_proxy`
- Repository forked on 27/11/18
- README updated to include note that this repository is forked
- CHANGLOG created to track changes to repository from original fork