From 8700b63e2afa1f335cb46aca139d4b243cc95d97 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Tue, 8 Sep 2020 14:25:03 +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 839d4752ec..6b8a5504f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes in ocis-accounts unreleased. ## Summary +* Bugfix - Initialize roleService client in GRPC server: [#114](https://github.com/owncloud/ocis-accounts/pull/114) * 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) @@ -14,6 +15,14 @@ The following sections list the changes in ocis-accounts unreleased. ## Details +* Bugfix - Initialize roleService client in GRPC server: [#114](https://github.com/owncloud/ocis-accounts/pull/114) + + We fixed the initialization of the GRPC server by also providing a roleService client and a + roleManager instance. + + https://github.com/owncloud/ocis-accounts/pull/114 + + * Change - Set user role on builtin users: [#102](https://github.com/owncloud/ocis-accounts/pull/102) We now set the default `user` role on our builtin users.