From 0c7874630b55229bc0b890456a016bd93089e34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 25 Feb 2021 19:52:31 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cddee3e4a..93b8f68bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Add missing gateway config: [#1716](https://github.com/owncloud/ocis/pull/1716) * Bugfix - Fix accounts initialization: [#1696](https://github.com/owncloud/ocis/pull/1696) * Bugfix - Fix the ttl of the authentication middleware cache: [#1699](https://github.com/owncloud/ocis/pull/1699) * Change - Update ownCloud Web to v2.0.1: [#1683](https://github.com/owncloud/ocis/pull/1683) @@ -15,6 +16,13 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Add missing gateway config: [#1716](https://github.com/owncloud/ocis/pull/1716) + + The auth provider `ldap` and `oidc` drivers now need to be able talk to the reva gateway. We added + the `gatewayscv` to the config that is passed to reva. + + https://github.com/owncloud/ocis/pull/1716 + * Bugfix - Fix accounts initialization: [#1696](https://github.com/owncloud/ocis/pull/1696) Originally the accounts service relies on both the `settings` and `storage-metadata` to be up