redhat-gpe / rhte2018_api_mgmt_and_service_mesh

2 stars 3 forks source link

Some istio policy rules not working #48

Open jbride opened 5 years ago

jbride commented 5 years ago

example: match: destination.labels["service-mesh.3scale.net"] == "true"

This policy rule does not work after having added corresponding labels to target Deployment. Other policy rules do work such as:

destination.service.name == \"catalog-service\" && source.namespace != \"'$MSA_PROJECT'\" && request.method == \"POST\" && request.path.startsWith(\"/product\")