Merge pull request #3 from 30x/XAPID-1041

add support of "update" in changelist
tree: 39d38a5f5e2ae19a21352eba15dd11fe0b095f1d
  1. .gitignore
  2. api.go
  3. api_test.go
  4. apidGatewayConfDeploy-api.yaml
  5. apidGatewayConfDeploy_suite_test.go
  6. bundle.go
  7. bundle_test.go
  8. CONTRIBUTING.md
  9. data.go
  10. data_test.go
  11. get_ready_deployments.sql
  12. init.go
  13. LICENSE
  14. listener.go
  15. listener_test.go
  16. pluginData.go
  17. README.md
README.md

apidGatewayConfDeploy

apidGatewayConfDeploy is a plugin for apid.

Gateways acting as clients will connect to apid; and this plugin will offer configuration updates that occur in the management. The plugin will also download the configuration data from GCS securely, and store it in the local filesystem. They can be fetched by the Gateway via API's as well.

Functional description

see the file swagger.yaml.