diff --git a/CHANGELOG.md b/CHANGELOG.md index c84eb551d..521002a34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +