diff --git a/changelog/unreleased/role-ids-from-context.md b/changelog/unreleased/role-ids-from-context.md new file mode 100644 index 0000000000..32e903e0f0 --- /dev/null +++ b/changelog/unreleased/role-ids-from-context.md @@ -0,0 +1,6 @@ +Change: Reuse roleIDs from the metadata context + +The roleIDs of the authenticated user are coming in from the metadata context. Since we decided to move the role assignments over to the accounts service we need to start trusting those roleIDs from the metadata context instead of reloading them from disk on each request. + +https://github.com/owncloud/ocis-settings/pull/69 +