Skip to content

Commit b113926

Browse files
authored
Replace "whitelist" with "allow" in Istio ServiceEntry (GoogleCloudPlatform#489)
1 parent 4e3cd12 commit b113926

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

istio-manifests/whitelist-egress-googleapis.yaml renamed to istio-manifests/allow-egress-googleapis.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
apiVersion: networking.istio.io/v1alpha3
1616
kind: ServiceEntry
1717
metadata:
18-
name: whitelist-egress-googleapis
18+
name: allow-egress-googleapis
1919
spec:
2020
hosts:
2121
- "accounts.google.com" # Used to get token
@@ -31,7 +31,7 @@ spec:
3131
apiVersion: networking.istio.io/v1alpha3
3232
kind: ServiceEntry
3333
metadata:
34-
name: whitelist-egress-google-metadata
34+
name: allow-egress-google-metadata
3535
spec:
3636
hosts:
3737
- metadata.google.internal

release/istio-manifests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
apiVersion: networking.istio.io/v1alpha3
6565
kind: ServiceEntry
6666
metadata:
67-
name: whitelist-egress-googleapis
67+
name: allow-egress-googleapis
6868
spec:
6969
hosts:
7070
- "accounts.google.com" # Used to get token
@@ -80,7 +80,7 @@ spec:
8080
apiVersion: networking.istio.io/v1alpha3
8181
kind: ServiceEntry
8282
metadata:
83-
name: whitelist-egress-google-metadata
83+
name: allow-egress-google-metadata
8484
spec:
8585
hosts:
8686
- metadata.google.internal

0 commit comments

Comments
 (0)