Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Die Informationen in diesem Abschnitt gelten für Cloud Run-Dienste und nicht für Cloud Run-Jobs.
Alle Cloud Run-Dienste werden standardmäßig privat bereitgestellt. Das bedeutet, dass sie ohne Authentifizierungsanmeldedaten in der Anfrage nicht zugänglich sind. Diese Dienste sind durch Identity and Access Management gesichert. Standardmäßig sind Dienste nur abrufbar durch Project Owners, Projektbearbeiter und Cloud Run-Admins sowie Cloud Run-Aufrufer. Sie können Identity and Access Management konfigurieren und gegebenenfalls in Cloud Run-Diensten deaktivieren, um weiteren Nutzern Zugriff zu gewähren.
Einige häufige Anwendungsfälle für die Authentifizierung:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-21 (UTC)."],[],[],null,["# Authentication overview\n\nThe information provided in this section applies to Cloud Run services\nand not Cloud Run jobs.\n\nAll Cloud Run services are deployed privately by default,\nwhich means that they can't be accessed without providing authentication\ncredentials in the request. These services are secured by Identity and Access Management. By\ndefault, services are only callable by *Project Owners* , *Project Editors* , and\n*Cloud Run Admins* and *Cloud Run Invokers* . You can\n[configure Identity and Access Management, and if allowed, disable Identity and Access Management on Cloud Run services](/run/docs/securing/managing-access)\nto grant access to additional users.\n\nCommon use cases for authentication include:\n\n- [**Allowing public (unauthenticated) access**: unauthenticated service invocations are allowed, making the service publicly accessible.](/run/docs/authenticating/public)\n\n- [Authenticating **developer** access while a service is in development.](/run/docs/authenticating/developers)\n\n- [Authenticating **service-to-service** access while building applications\n composed of multiple services.](/run/docs/authenticating/service-to-service)\n\n- [Authenticating **end-user** access to a service from mobile or web clients.](/run/docs/authenticating/end-users)"]]