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