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.
go build .
cp config-example.yaml config.yaml
./apigee-remote-service-file -h
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.
- No security checks on requests.
- Quotas are maintained starting from zero.