Skip to content

Commit 957d807

Browse files
authored
Deploy function with internal only ingress
For org policies.
1 parent 8204436 commit 957d807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth/service-to-service/auth_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def services():
6666
"--trigger-http",
6767
"--no-allow-unauthenticated",
6868
"--entry-point=get_authorized",
69+
"--ingress-settings=internal-only"
6970
f"--set-env-vars=URL={service_url.decode()}"
7071
],
7172
check=True

0 commit comments

Comments
 (0)