ngrok / kubernetes-ingress-controller

The official ngrok Ingress Controller for Kubernetes
https://ngrok.com
MIT License
183 stars 20 forks source link

Add User Agent Filter Route Module #301

Closed Megalonia closed 5 months ago

Megalonia commented 10 months ago

Resolves #22103

What

Adds support for User Agent Filter Route Module

How

Update ngrok-api-go to have new route module clients Parse annotations from ingress into user agent filter config Pass config to HTTPSEdge controller Adds support in the HTTPSEdge controller to disable user agent filter or replace the contents with new module config.

Breaking Changes

Nope