From 0c6ebfec7ccfc5ea74a2174f8add699202ab94c5 Mon Sep 17 00:00:00 2001 From: kobergj Date: Fri, 19 Jan 2024 08:04:34 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3e01e20..b414d3e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - The race conditions in tests: [#7847](https://github.com/owncloud/ocis/pull/7847) +* Bugfix - Fix jwt config of policies service: [#7893](https://github.com/owncloud/ocis/pull/7893) * Bugfix - Fix Service Account Roles on external IDP: [#8074](https://github.com/owncloud/ocis/pull/8074) * Bugfix - Fix the upload postprocessing: [#8117](https://github.com/owncloud/ocis/pull/8117) * Bugfix - Fix wrong naming in nats-js-kv registry: [#8140](https://github.com/owncloud/ocis/pull/8140) @@ -66,6 +67,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/7846 https://github.com/owncloud/ocis/pull/7847 +* Bugfix - Fix jwt config of policies service: [#7893](https://github.com/owncloud/ocis/pull/7893) + + Removes jwt config of policies service + + https://github.com/owncloud/ocis/pull/7893 + * Bugfix - Fix Service Account Roles on external IDP: [#8074](https://github.com/owncloud/ocis/pull/8074) Service Account Roles wouldn't work when using with external IDP