1 Star 1 Fork 0

tanwubo / okd-istio-bookinfo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
06-product-to-details-denier.yaml 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
tanwubo 提交于 2019-11-22 13:28 . first import
apiVersion: "config.istio.io/v1alpha2"
kind: denier
metadata:
name: denycustomerhandler
spec:
status:
code: 7
message: Not allowed
---
apiVersion: "config.istio.io/v1alpha2"
kind: checknothing
metadata:
name: denycustomerrequests
spec:
---
apiVersion: "config.istio.io/v1alpha2"
kind: rule
metadata:
name: denycustomer
spec:
match: destination.labels["app"] == "details" && source.labels["app"] == "productpage"
actions:
- handler: denycustomerhandler.denier
instances: [ denycustomerrequests.checknothing ]
1
https://gitee.com/tanwubo/okd-istio-bookinfo.git
git@gitee.com:tanwubo/okd-istio-bookinfo.git
tanwubo
okd-istio-bookinfo
okd-istio-bookinfo
master

搜索帮助