From e0cf9fcd934be377d84c31beec8c1b58d69b277f Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Mon, 11 Dec 2023 16:35:48 +0100 Subject: [PATCH] Add changelog item for #6692 --- .../unreleased/fix-auth-allow-empty-cred-chain.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelog/unreleased/fix-auth-allow-empty-cred-chain.md diff --git a/changelog/unreleased/fix-auth-allow-empty-cred-chain.md b/changelog/unreleased/fix-auth-allow-empty-cred-chain.md new file mode 100644 index 0000000000..3b16fae6eb --- /dev/null +++ b/changelog/unreleased/fix-auth-allow-empty-cred-chain.md @@ -0,0 +1,11 @@ +Bugfix: fix reva config of frontend service to avoid missleading error logs + +We set an empty Credentials chain for the frontend service now. In ocis all +non-reva token authentication is handled by the proxy. This avoid irritating +error messages about the missing 'auth-bearer' service. + +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 +https://github.com/owncloud/ocis/issues/6692