diff --git a/changelog/unreleased/fix-role-service-grpc.md b/changelog/unreleased/fix-role-service-grpc.md new file mode 100644 index 000000000..f42655a1f --- /dev/null +++ b/changelog/unreleased/fix-role-service-grpc.md @@ -0,0 +1,6 @@ +Bugfix: initialize roleService client in GRPC server + +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 +