We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fa296 commit 375a505Copy full SHA for 375a505
auth/service-to-service/auth.py
@@ -18,6 +18,7 @@
18
19
# [START google_auth_idtoken_serverless]
20
# [START functions_bearer_token]
21
+# [START cloudrun_service_to_service_auth]
22
# [START run_service_to_service_auth]
23
import urllib
24
@@ -42,5 +43,6 @@ def make_authorized_get_request(service_url):
42
43
44
return response.read()
45
# [END run_service_to_service_auth]
46
+# [END cloudrun_service_to_service_auth]
47
# [END functions_bearer_token]
48
# [END google_auth_idtoken_serverless]
0 commit comments