アプリケーションのデフォルト認証情報を自動的に使用する Google API クライアント ライブラリは、Cloud Run functions ホストのランタイムから組み込みのサービス アカウント認証情報を取得します。デフォルトでは、クライアントは YOUR_PROJECT_ID@appspot.gserviceaccount.com サービス アカウントで認証を行います。
Cloud Load Balancing を使用してルーティングする
Cloud Load Balancing は個別のプロダクトで、これを使用すると、 Google Cloud上で実行されるすべてのアプリケーションに対し、高度なネットワークを構成することが可能になります。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-04-03 UTC。"],[[["Cloud Run functions can access most major Google Cloud services through language-specific API client libraries or REST APIs, with communication encrypted in transit within Google's network."],["Service accounts provide Application Default Credentials, allowing Cloud Run functions to access Google Cloud APIs on your behalf."],["Cloud Run functions can be triggered by events from services such as HTTP requests, Cloud Storage, Pub/Sub, Firebase, and Cloud Logging."],["Cloud Load Balancing allows advanced network configurations, including dedicated IP addresses, shared SSL certificates, and integration with Cloud CDN and Google Cloud Armor, for serverless applications."],["When using Cloud Load Balancing-enabled security features, it is necessary to adjust the ingress settings to \"internal_and_gclb\" to prevent users from bypassing the load balancer."]]],[]]