ProxyConf

· 1 min read

ProxyConf is an Elixir/OTP control plane for Envoy Proxy that uses OpenAPI specifications as the source of truth for API management. Instead of manually configuring routes and policies, you describe your APIs via specs and ProxyConf generates the corresponding Envoy configuration, including request validation via API-Fence.

An ongoing exploration of how far spec-driven development can go at the proxy layer.