A community-driven marketplace for Envoy Proxy extensions. Discover, run, and build custom filters with zero friction.
Built On Envoy is designed to make extending Envoy Proxy as simple as possible. It consists of:
- Marketplace Repository: A central place where the community can find and contribute extensions.
- CLI Tool (
boe): A command-line tool for discovering, running, and building extensions.
- Share your feedback and ideas in issues or discussions.
- Join the Tetrate Community Slack if you're not already a member. Otherwise, use the #built-on-envoy channel to start collaborating with the community.
- Fork this repository.
- Create a new directory under
extensions/with your extension name. - Add a
manifest.yamlfile with the required metadata. - Add your extension code.
- Add tests.
- Open a pull request!
See the Contributing Guidelines and the Project Documentation for more details.
Apache 2.0 - See LICENSE for details.