You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/19 06:53:10 UTC

[GitHub] ddragosd opened a new pull request #290: Sync the Gateway configuration with a remote location

ddragosd opened a new pull request #290: Sync the Gateway configuration with a remote location
URL: https://github.com/apache/incubator-openwhisk-apigateway/pull/290
 
 
   This PR introduces the capability for the Gateway to sync its configuration with a remote folder in the cloud such as Amazon S3, Google Cloud Storage, IBM Cloud Object Storage, Dropbox, and [many others](https://rclone.org/). The configuration is monitored for changes, and when a file is changed, the Gateway is reloaded automatically. This is very useful to gracefully update the Gateway on the fly, without impacting the active traffic; if the new configuration is invalid, the Gateway doesn't break, running with the last known valid configuration.
   
   See the updated README for more details.
   
   TODO:
   - [ ] Add a new location block in NGINX to report the Gateway configuration status such as: when it was last synced, or when was the Gateway last reloaded.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services