From d007164a53f963cef6b9d34f1ae84774c9791e2a Mon Sep 17 00:00:00 2001 From: David Christofas Date: Wed, 3 Mar 2021 15:30:53 +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 7f8a2f20b..d3e0ece14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The following sections list the changes for unreleased. * Bugfix - Fix accounts initialization: [#1696](https://github.com/owncloud/ocis/pull/1696) * Bugfix - Fix the ttl of the authentication middleware cache: [#1699](https://github.com/owncloud/ocis/pull/1699) * Change - Update ownCloud Web to v2.0.1: [#1683](https://github.com/owncloud/ocis/pull/1683) +* Enhancement - Remove the JWT from the log: [#1758](https://github.com/owncloud/ocis/pull/1758) * Enhancement - Update go-micro to v3.5.1-0.20210217182006-0f0ace1a44a9: [#1670](https://github.com/owncloud/ocis/pull/1670) * Enhancement - Update reva to v1.6.1-0.20210223065028-53f39499762e: [#1683](https://github.com/owncloud/ocis/pull/1683) * Enhancement - Add initial nats and kubernetes registry support: [#1697](https://github.com/owncloud/ocis/pull/1697) @@ -74,6 +75,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/1683 https://github.com/owncloud/web/releases/tag/v2.0.1 +* Enhancement - Remove the JWT from the log: [#1758](https://github.com/owncloud/ocis/pull/1758) + + We were logging the JWT in some places. Secrets should not be exposed in logs so it got removed. + + https://github.com/owncloud/ocis/pull/1758 + * Enhancement - Update go-micro to v3.5.1-0.20210217182006-0f0ace1a44a9: [#1670](https://github.com/owncloud/ocis/pull/1670) - We updated from go micro v2 (v2.9.1) go-micro v3 (v3.5.1 edge). - oCIS runtime is now aware of