Skip to content

Instantly share code, notes, and snippets.

View jijiechen's full-sized avatar
🎯
Focusing

Jay Jijie Chen jijiechen

🎯
Focusing
View GitHub Profile
@jijiechen
jijiechen / egress-mtls-authz.yaml
Created November 27, 2021 14:04 — forked from yangminzhu/egress-mtls-authz.yaml
Example policies to enforce mTLS between sidecar and egress gateway
# Example policies to enforce mTLS between sidecar and egress gateway, the connection between sidecar
# and egress gateway could be:
# 1. plaintext in (Istio) mTLS or
# 2. TLS in (Istio) mTLS;
# An AuthorizationPolicy is applied on egress gateway to enforce egress access control.
---
apiVersion: networking.istio.io/v1beta1
kind: ServiceEntry
metadata:
name: httpbin-org-ext