File tree 5 files changed +5
-0
lines changed
ops/configuration/security/security-policy-examples
setup/additional-setup/gateway
security/authorization/authz-ingress
traffic-management/egress
egress-gateway-tls-origination
5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 81
81
mtls:
82
82
mode: STRICT
83
83
---
84
+ <!-- markdownlint-disable-file MD007 -->
84
85
apiVersion: security.istio.io/v1
85
86
kind: AuthorizationPolicy
86
87
metadata:
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ rules:
120
120
resources: ["secrets"]
121
121
verbs: ["get", "watch", "list"]
122
122
---
123
+ <!-- markdownlint-disable-file MD007 -->
123
124
apiVersion: rbac.authorization.k8s.io/v1
124
125
kind: RoleBinding
125
126
metadata:
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ spec:
125
125
gatewayClassName: istio
126
126
...
127
127
---
128
+ <!-- markdownlint-disable-file MD007 MD026 -->
128
129
apiVersion: autoscaling/v2
129
130
kind: HorizontalPodAutoscaler
130
131
metadata:
Original file line number Diff line number Diff line change @@ -586,6 +586,7 @@ spec:
586
586
namespace: mesh-external
587
587
port: 443
588
588
---
589
+ <!-- markdownlint-disable-file MD007 -->
589
590
apiVersion: gateway.networking.k8s.io/v1beta1
590
591
kind: ReferenceGrant
591
592
metadata:
Original file line number Diff line number Diff line change @@ -394,6 +394,7 @@ spec:
394
394
- name: cnn-egress-gateway-istio
395
395
port: 443
396
396
---
397
+ <!-- markdownlint-disable-file MD007 -->
397
398
apiVersion: gateway.networking.k8s.io/v1alpha2
398
399
kind: TLSRoute
399
400
metadata:
You can’t perform that action at this time.
0 commit comments