From 1551d442e6aa185bb463d5cf271b5771dbbaee18 Mon Sep 17 00:00:00 2001 From: Willy Kloucek <34452982+wkloucek@users.noreply.github.com> Date: Thu, 6 Oct 2022 08:03:01 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e7cb929..80beba277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The following sections list the changes for unreleased. * Bugfix - Bring back the settings UI in Web: [#4691](https://github.com/owncloud/ocis/pull/4691) * Bugfix - Fix cache stat table config: [#4732](https://github.com/owncloud/ocis/pull/4732) * Bugfix - Change the default value for PROXY_OIDC_INSECURE to false: [#4601](https://github.com/owncloud/ocis/pull/4601) +* Bugfix - Fix sharing jsoncs3 driver options: [#4593](https://github.com/owncloud/ocis/pull/4593) * Bugfix - Don't run auth-bearer service by default: [#4692](https://github.com/owncloud/ocis/issues/4692) * 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) @@ -58,6 +59,20 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/4601 +* Bugfix - Fix sharing jsoncs3 driver options: [#4593](https://github.com/owncloud/ocis/pull/4593) + + We've fixed the environment variable config options of the jsoncs3 driver that previously + used the same environment variables as the cs3 driver. Now the jsoncs3 driver has it's own + configuration environment variables. + + If you used the jsoncs3 sharing driver and explicitly set + `SHARING_PUBLIC_CS3_SYSTEM_USER_ID`, this PR is a breaking change for your deployment. To + workaround you may set the value you had configured in `SHARING_PUBLIC_CS3_SYSTEM_USER_ID` + to both `SHARING_PUBLIC_JSONCS3_SYSTEM_USER_ID` and + `SHARING_PUBLIC_JSONCS3_SYSTEM_USER_IDP`. + + https://github.com/owncloud/ocis/pull/4593 + * Bugfix - Don't run auth-bearer service by default: [#4692](https://github.com/owncloud/ocis/issues/4692) We no longer start the auth-bearer service by default. This service is currently unused and not