Skip to content

Commit 375a505

Browse files
authored
update region tag (GoogleCloudPlatform#6499)
1 parent 73fa296 commit 375a505

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

auth/service-to-service/auth.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
# [START google_auth_idtoken_serverless]
2020
# [START functions_bearer_token]
21+
# [START cloudrun_service_to_service_auth]
2122
# [START run_service_to_service_auth]
2223
import urllib
2324

@@ -42,5 +43,6 @@ def make_authorized_get_request(service_url):
4243

4344
return response.read()
4445
# [END run_service_to_service_auth]
46+
# [END cloudrun_service_to_service_auth]
4547
# [END functions_bearer_token]
4648
# [END google_auth_idtoken_serverless]

0 commit comments

Comments
 (0)