From 0e8394e83a94dca98d1e268806edce4c3cf6cf17 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 11 Dec 2023 23:24:15 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be8ebbe421..c9885add15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# Changelog for [unreleased] (UNRELEASED) + +The following sections list the changes for unreleased. + +[unreleased]: https://github.com/owncloud/ocis/compare/v4.0.4...master + +## Summary + +* Bugfix - Fix reva config of frontend service to avoid misleading error logs: [#7934](https://github.com/owncloud/ocis/pull/7934) + +## Details + +* Bugfix - Fix reva config of frontend service to avoid misleading error logs: [#7934](https://github.com/owncloud/ocis/pull/7934) + + We set an empty Credentials chain for the frontend service now. In ocis all non-reva token + authentication is handled by the proxy. This avoids irritating error messages about the + missing 'auth-bearer' service. + + https://github.com/owncloud/ocis/issues/6692 + https://github.com/owncloud/ocis/pull/7934 + https://github.com/owncloud/ocis/pull/7453 + https://github.com/cs3org/reva/pull/4396 + https://github.com/cs3org/reva/pull/4241 # Changelog for [4.0.4] (2023-12-07) The following sections list the changes for 4.0.4.