Skip to content

Commit db3b416

Browse files
authored
Update auth_test.py
1 parent e4883ee commit db3b416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/service-to-service/auth_test.py

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

0 commit comments

Comments
 (0)