1 Star 1 Fork 0

tanwubo / okd-istio-bookinfo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
07-rbac-config-ON.yaml 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
tanwubo 提交于 2019-11-22 13:28 . first import
apiVersion: "authentication.maistra.io/v1"
kind: "ServiceMeshPolicy"
metadata:
name: "default"
namespace: istio-system
spec:
peers:
- mtls: {}
---
apiVersion: networking.istio.io/v1alpha3
kind: DestinationRule
metadata:
name: default
namespace: istio-system
spec:
host: "*.local"
trafficPolicy:
tls:
mode: ISTIO_MUTUAL
---
apiVersion: "rbac.maistra.io/v1"
kind: ServiceMeshRbacConfig
metadata:
name: default
namespace: istio-system
spec:
mode: 'ON_WITH_INCLUSION'
inclusion:
namespaces: ["myproject"]
---
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

搜索帮助