From 978b5a0263ae19ea417e7c684cacf70140b28392 Mon Sep 17 00:00:00 2001 From: Willy Kloucek <34452982+wkloucek@users.noreply.github.com> Date: Tue, 1 Feb 2022 15:13:55 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8c18d76f..ec16108566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Add `ocis storage-auth-machine` subcommand: [#2910](https://github.com/owncloud/ocis/pull/2910) +* Bugfix - Use same jwt secret for accounts as for metadata storage: [#3081](https://github.com/owncloud/ocis/pull/3081) * Bugfix - Make the default grpc client use the registry settings: [#3041](https://github.com/owncloud/ocis/pull/3041) * Bugfix - Fix retry handling for LDAP connections: [#2974](https://github.com/owncloud/ocis/issues/2974) * Bugfix - Fix the default tracing provider: [#2952](https://github.com/owncloud/ocis/pull/2952) @@ -36,6 +37,16 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/2910 +* Bugfix - Use same jwt secret for accounts as for metadata storage: [#3081](https://github.com/owncloud/ocis/pull/3081) + + We've the metadata storage uses the same jwt secret as all other REVA services. Therefore the + accounts service needs to use the same secret. + + Secrets are documented here: + https://owncloud.dev/ocis/deployment/#change-default-secrets + + https://github.com/owncloud/ocis/pull/3081 + * Bugfix - Make the default grpc client use the registry settings: [#3041](https://github.com/owncloud/ocis/pull/3041) We've fixed the default grpc client to use the registry settings. Previously it always used