You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Store per-cluster domain filters in HTTPRoute annotations and use them
when generating Homer config items. This ensures that HTTPRoutes with
multiple hostnames only show the hostnames matching the cluster's domain
filter.
Changes:
- Store domain filters as annotation on HTTPRoutes in cluster_manager
- Read domain-filters annotation in Homer config generator
- Remove duplicate domain filtering in dashboard controller
- Pass nil domain filters since filtering is done per-HTTPRoute
0 commit comments