From 317eb807da8a2f862357c9ac11892a667e09cdf9 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Mon, 27 Jun 2022 07:38:06 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033c015d4..1c2b1a614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for unreleased. ## Summary * Enhancement - Add FRONTEND_ENABLE_RESHARING env variable: [#4023](https://github.com/owncloud/ocis/pull/4023) +* Enhancement - Generate signing key and encryption secret: [#3909](https://github.com/owncloud/ocis/issues/3909) * Enhancement - Update reva: [#4025](https://github.com/owncloud/ocis/pull/4025) ## Details @@ -19,6 +20,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/4023 +* Enhancement - Generate signing key and encryption secret: [#3909](https://github.com/owncloud/ocis/issues/3909) + + The idp service now automatically generates a signing key and encryption secret when they + don't exist. This will enable service restarts without invalidating existing sessions. + + https://github.com/owncloud/ocis/issues/3909 + https://github.com/owncloud/ocis/pull/4022 + * Enhancement - Update reva: [#4025](https://github.com/owncloud/ocis/pull/4025) https://github.com/owncloud/ocis/pull/4025