We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug description
Affected sub-moudle (please put an X in all that apply)
[X ] Configuration Lazy Loading [ ] Http Plugin Management [ ] Adaptive Ratelimit [ ] Slime Boot
Steps to reproduce the bug
block_all 路由和 to_global_sidecar 路由冲突
"virtualHosts": [ { "name": "block_all", "domains": [ "*" ], "routes": [ { "name": "block_all", "match": { "prefix": "/" }, "directResponse": { "status": 502 } } ], "includeRequestAttemptCount": true }, ... ]
The text was updated successfully, but these errors were encountered:
https://istio.io/latest/blog/2019/monitoring-external-service-traffic/
Sorry, something went wrong.
这个是已知场景,只是没想到就遇到了。
这么说需要把outboundTrafficPolicy传递给slime,从而决定该行为: 是替换allow_any还是block_all。
YonkaFang
No branches or pull requests
Bug description
Affected sub-moudle (please put an X in all that apply)
[X ] Configuration Lazy Loading
[ ] Http Plugin Management
[ ] Adaptive Ratelimit
[ ] Slime Boot
Steps to reproduce the bug
rejected: Only a single wildcard domain is permitted in route 9080
block_all 路由和 to_global_sidecar 路由冲突
The text was updated successfully, but these errors were encountered: