Experimental control plane server for envoy
go mod vendor
go run main.go
docker-compose up
- Put the swagger yaml content to the
test.yaml
file inresource/apis
directory. It will be automatically deployed in envoy.
- Implement the REST API to add, update and undeploy apis by providing the swagger file.
- Define common configurations and implement them in the server.
- Support individual api configurations (add/ remove endpoints, resources etc)
...