Automated changelog update [skip ci]

This commit is contained in:
Ilja Neumann
2020-05-29 09:20:45 +00:00
parent d7c0728e00
commit bfe4790ab8

View File

@@ -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