https://github.com/emissary-ingress/ratelimit-example
Basic example implementation of an Envoy Rate Limit Service that works with Emissary-ingress.
https://github.com/emissary-ingress/ratelimit-example
Last synced: 8 months ago
JSON representation
Basic example implementation of an Envoy Rate Limit Service that works with Emissary-ingress.
- Host: GitHub
- URL: https://github.com/emissary-ingress/ratelimit-example
- Owner: emissary-ingress
- License: apache-2.0
- Created: 2022-10-18T21:17:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T03:11:59.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T08:40:04.950Z (9 months ago)
- Language: Go
- Size: 19.5 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ratelimit-Example
This repository implements the bare-bones plumbing for a demo RateLimit Service. The implementation is not production ready and only for demo and documentation purposes. It is based on the Emissary-ingress docs found here:
Please see [DEVELOPING.md](/DEVELOPING.md) for instructions on using the demo services.
**IMPORTANT** - This is just a demo implementation and does not provide a Production ready implementation. It is up to users of Emissary-ingress to implement their own logic that fits their use case.