Clone this repo:
  1. e71bc33 Change SCM configuration. by Gregory Brail · 4 years ago master
  2. 14a8c0f Issue 71761531 add indexes (#29) by Haoming · 8 years ago
  3. 3438803 Fixed in efficient assignments (#28) by Srini Chebrolu · 8 years ago
  4. e14ea46 Travis build script update to include go fmt & vet checks; Build status, GoDoc and Go Report badges added to README (#27) by Srini Chebrolu · 8 years ago
  5. 015146d [b/67851068] fix http code for not found blob (#26) by Haoming · 8 years ago

apidGatewayConfDeploy

Build Status GoDoc Go Report Card

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

###Configurations

  • Gateway cant call “/configurations” to fetch configurations.
  • “type” filter is supported.
  • Long-polling is supported.
  • A configuration can be fetched by id “/configurations/{configId}”

###Blobs

  • A blob can be downloaded by id “/blobs/{blobId}”

For details, check the file apidGatewayConfDeploy-api.yaml.