From a51b3c8ed42fc11dc89ff0b5f276c348c22fbca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 19 Aug 2020 10:57:09 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af2ed6176..18c6a1e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Changelog for [unreleased] (UNRELEASED) + +The following sections list the changes for ocis-proxy unreleased. + +[unreleased]: https://github.com/owncloud/ocis-proxy/compare/v0.6.0...master + +## Summary + +* Enhancement - Add numeric uid and gid to the access token: [#89](https://github.com/owncloud/ocis-proxy/pull/89) + +## Details + +* Enhancement - Add numeric uid and gid to the access token: [#89](https://github.com/owncloud/ocis-proxy/pull/89) + + The eos storage driver is fetching the uid and gid of a user from the access token. This PR is using + the response of the accounts service to mint them in the token. + + https://github.com/owncloud/ocis-proxy/pull/89 + # Changelog for [0.6.0] (2020-08-17) The following sections list the changes for ocis-proxy 0.6.0.