From a8a95bc3b9be6593ba2b7db32e33c8703dfa9c6f Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Thu, 3 Sep 2020 07:05:50 +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 f00faaf0b7..5b86a4bf36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The following sections list the changes in ocis-accounts unreleased. * Change - Set user role on builtin users: [#102](https://github.com/owncloud/ocis-accounts/pull/102) * Change - Add new builtin admin user: [#102](https://github.com/owncloud/ocis-accounts/pull/102) * Change - We make use of the roles cache to enforce permission checks: [#100](https://github.com/owncloud/ocis-accounts/pull/100) +* Change - We make use of the roles manager to enforce permission checks: [#108](https://github.com/owncloud/ocis-accounts/pull/108) ## Details @@ -33,6 +34,16 @@ The following sections list the changes in ocis-accounts unreleased. https://github.com/owncloud/ocis-accounts/pull/100 + +* Change - We make use of the roles manager to enforce permission checks: [#108](https://github.com/owncloud/ocis-accounts/pull/108) + + The roles cache and its cache update middleware have been replaced with a roles manager in + ocis-pkg/v2. We've switched over to the new roles manager implementation, to prepare for + permission checks on grpc requests as well. + + https://github.com/owncloud/ocis-accounts/pull/108 + https://github.com/owncloud/ocis-pkg/pull/60 + # Changelog for [0.4.1] (2020-08-27) The following sections list the changes in ocis-accounts 0.4.1.