Cloud Run-Arbeitslast aufrufen, die eine Authentifizierung erfordert

Führt eine authentifizierte Anfrage innerhalb eines Workflows aus, wobei OpenID Connect (OIDC) eine Verbindung zu Cloud Run herstellt.

Codebeispiel

YAML

- call_my_function:
    call: http.get
    args:
      url: https://example-12345-ew.a.run.app
      auth:
        type: OIDC
      query:
        some_val: "Hello World"
        another_val: 123
    result: the_message
- return_value:
    return: ${the_message.body}

Nächste Schritte

Informationen zum Suchen und Filtern von Codebeispielen für andere Google Cloud-Produkte finden Sie im Google Cloud-Beispielbrowser.