简体   繁体   English

google node api 是否支持部署管理器函数调用?

[英]Does google node api support deployment manager function calls?

I am working on an app which would deploy resources in GCP using deployment manager.我正在开发一个应用程序,它将使用部署管理器在 GCP 中部署资源。 I am aware of the deployment manager gcloud cli option and the REST API's for deployment manager but Is there a node js client library which abstracts the req, res function calls?我知道部署管理器 gcloud cli 选项和用于部署管理器的 REST API,但是是否有一个节点 js 客户端库抽象了 req、res 函数调用?

I am aware of the following link but it does not have any example on deployment manager.我知道以下链接,但它没有关于部署管理器的任何示例。

I am also looking for a way to perform server to server authentication/authorization using Google Oauthv2.0我也在寻找一种使用 Google Oauthv2.0 执行服务器到服务器身份验证/授权的方法

There is an npm package for GCP Deployment Manager. GCP 部署管理器有一个npm 包 For code examples, you can refer to the link mentioned above.代码示例可以参考上面提到的链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Firebase 函数是否不支持 Node 18 作为其 Package.json 文件中的引擎参数? - Does Firebase Function Does not Support Node 18 as its Engine parameter in Package.json file? 为什么我的 function 调用 API 或启动协程返回空值或 null 值? - Why does my function that calls an API or launches a coroutine return an empty or null value? 谷歌云 function 在测试期间崩溃,即使部署很好 - Google cloud function crashes during testing even though the deployment is fine AWS Lambda 内部轮询器如何管理 SQS API 调用? - How does AWS Lambda internal pollers manage SQS API calls? Google BigQuery 是否支持全文搜索 - Does Google BigQuery support Full-Text search 在 Deployment Manager 模板中对资源实施健康检查 - Implementing Health Check for resource in deployment manager templates Google Cloud Secrets Manager 拒绝访问 App Engine 应用程序,但可与 Google Cloud Function 一起使用 - Google Cloud Secrets Manager denies access to App Engine application but works with Google Cloud Function GKE Secrets 或 Google 机密管理器 - GKE Secrets OR Google Secret manager 节点JS | 谷歌视觉 API | 将 base64 发送到 Google Cloud Vision 时出现“错误的图像数据” - Node JS | Google Vision API | "Bad image data" when sending base64 to Google Cloud Vision 有没有办法查询 Google Secrets Manager? - Is there a way of querying Google Secrets Manager?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM