Automated changelog update [skip ci]

This commit is contained in:
A.Unger
2020-03-18 11:17:33 +00:00
parent e1d0d0715b
commit 6d47bb809a

View File

@@ -3,6 +3,7 @@
## Summary
* Change - Initial release of basic version: [#1](https://github.com/owncloud/ocis-proxy/issues/1)
* Enhancement - Load Proxy Policies at Runtime: [#17](https://github.com/owncloud/ocis-proxy/issues/17)
## Details
@@ -12,3 +13,13 @@
https://github.com/owncloud/ocis-proxy/issues/1
* Enhancement - Load Proxy Policies at Runtime: [#17](https://github.com/owncloud/ocis-proxy/issues/17)
While a proxy without policies is of no use, the current state of ocis-proxy expects a config
file either at an expected Viper location or specified via -- config-file flag. To ease
deployments and ensure a working set of policies out of the box we need a series of defaults.
https://github.com/owncloud/ocis-proxy/issues/17
https://github.com/owncloud/ocis-proxy/pull/16