애플리케이션 기본 사용자 인증 정보를 자동으로 사용하는 Google API 클라이언트 라이브러리는 런타임 시 Cloud Run Functions 호스트에서 기본 제공되는 서비스 계정 사용자 인증 정보를 가져옵니다. 기본적으로 클라이언트는 YOUR_PROJECT_ID@appspot.gserviceaccount.com 서비스 계정을 사용하여 authenticates합니다.
Cloud Load Balancing으로 라우팅
Cloud Load Balancing은 Google Cloud에서 실행되는 모든 애플리케이션에 고급 네트워크 구성을 사용 설정하는 별도의 제품입니다.
Google Cloud Armor 또는 보안 정책과 같이 Cloud Load Balancing이 사용 설정된 보안 기능을 사용하려면 인그레스 설정을 internal_and_gclb로 변경해야 합니다. Cloud Run Functions의 기본 URL이 이미 있는 사용자는 부하 분산기를 우회하고 함수 URL로 직접 이동할 수 있습니다.
Cloud Run Functions용 Cloud Load Balancing에 통합된 IAP(Identity-Aware Proxy) 지원은 제공되지 않습니다.
[[["이해하기 쉬움","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."]]],[]]