/apigee-remote-service-file

A simple file-based service to stand in for the remote-service proxy on Apigee.

Primary LanguageGoApache License 2.0Apache-2.0

Apigee-Remote-Service-File

A simple file-based service to stand in for the remote-service proxy on Apigee. All configuration is done locally in a YAML file and service responds to Envoy Adapter as if it were the Apigee proxy.

Usage

Build

go build .

Make and edit config file

cp config-example.yaml config.yaml

Run service

./apigee-remote-service-file -h

Connect Envoy Adapter

This service will emit a simple config when it starts that can be consumed by Envoy Adapter. Hint: Use -addr flag to use a consistent port in order to avoid having to change your EA config on each start.

Notes

  • No security checks on requests.
  • Quotas are maintained starting from zero.