diff --git a/CHANGELOG.md b/CHANGELOG.md index 4235b9b60..b1bb5ef59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for ocis-proxy unreleased. ## Summary * Bugfix - Fix x-access-token in header: [#41](https://github.com/owncloud/ocis-proxy/pull/41) +* Enhancement - Disable keep-alive on server-side OIDC requests: [#268](https://github.com/owncloud/ocis/issues/268) * Enhancement - Make jwt secret configurable: [#41](https://github.com/owncloud/ocis-proxy/pull/41) ## Details @@ -18,6 +19,15 @@ The following sections list the changes for ocis-proxy unreleased. https://github.com/owncloud/ocis-proxy/pull/41 +* Enhancement - Disable keep-alive on server-side OIDC requests: [#268](https://github.com/owncloud/ocis/issues/268) + + This should reduce file-descriptor counts + + https://github.com/owncloud/ocis/issues/268 + https://github.com/owncloud/ocis-proxy/pull/42 + https://github.com/cs3org/reva/pull/787 + + * Enhancement - Make jwt secret configurable: [#41](https://github.com/owncloud/ocis-proxy/pull/41) We added a config option for the reva token manager JWTSecret. It was hardcoded before and is now