[Threat Modeling] End-to-end testing of Envoy filter creation #1367
Labels
area/documentation
Issues or PRs related to documentation
area/service-mesh
Issues or PRs related to service-mesh
kind/feature
Categorizes issue or PR as related to a new feature.
Description
An end-to-end test has to be implemented to test, if the Envoy filter is created in the right Namespace. User Namespace RateLimit CRs have to lead to Envoy filters in this Namespace, RateLimit CRs in the istio-system Namespace have to lead to Envoy filters applied to the ingress gateway.
Reasons
The only separation between cluster-wide applied rate limits applied on the IngressGateway and namespaced rate limits is the place, where the RateLimit CRs is stored. This is a feature of the operator. We have to ensure this behavior cannot be broken by accident.
DoD:
Attachments
part of: #1365
The text was updated successfully, but these errors were encountered: