调用需要进行身份验证的 Cloud Run 工作负载

在工作流中发出经过身份验证的请求,并使用 OpenID Connect (OIDC) 与 Cloud Run 连接。

代码示例

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}

后续步骤

如需搜索和过滤其他 Google Cloud 产品的代码示例,请参阅 Google Cloud 示例浏览器