diff --git a/CHANGELOG.md b/CHANGELOG.md index 6703e6d727..7c118bf312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Change the default value for PROXY_OIDC_INSECURE to false: [#4601](https://github.com/owncloud/ocis/pull/4601) * Bugfix - Fix notifications service settings: [#4652](https://github.com/owncloud/ocis/pull/4652) * Bugfix - Fix the OIDC provider cache: [#4600](https://github.com/owncloud/ocis/pull/4600) * Bugfix - Render webdav permissions as string in search report: [#4575](https://github.com/owncloud/ocis/issues/4575) @@ -19,6 +20,13 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Change the default value for PROXY_OIDC_INSECURE to false: [#4601](https://github.com/owncloud/ocis/pull/4601) + + We've changed the default value for PROXY_OIDC_INSECURE to `false`. Previously the default + values was `true` which is not acceptable since default values need to be secure. + + https://github.com/owncloud/ocis/pull/4601 + * Bugfix - Fix notifications service settings: [#4652](https://github.com/owncloud/ocis/pull/4652) We've fixed two notifications service setting: - `NOTIFICATIONS_MACHINE_AUTH_API_KEY`