【发布时间】:2017-09-20 05:22:08
【问题描述】:
是否可以仅使用gcloud CLI 在 Google App Engine Flexible 中管理 Identity-Aware Proxy?
我需要具有不同应用版本的动态域(eq https://0-2-1-1-dot-myproject-prod.appspot.com/ 或更高版本的 https://0-2-1-1.myproject.com/)。我知道如何在 IAP 中设置固定域(例如 https://myproject.com/ 或 https://new.myproject.com/),但这是一个基本场景。
我希望有可能在 IAP 中使用通配符(例如 https://*.myproject.com/)以提前将其设置到所有动态域,但 AFAIK 不太可能。
第二个选项是使用gcloud CLI 在我的 CD 管道中的 DEV 项目中添加新域以及新版本、标记甚至审查,但直到现在我还没有找到任何子命令来执行此操作。
那么,我可以从 CLI 向 IAP 添加新域吗?
【问题讨论】:
标签: google-app-engine google-cloud-platform app-engine-flexible google-iap