【发布时间】:2020-06-12 14:34:41
【问题描述】:
我在 Google Cloud App 引擎中有一个服务,在 IAP 后面。
它仅供我组织内的用户访问。 我需要让所有用户都可以访问该服务的一些端点。 有没有可能实现?
我找到了一个instruction,上面说有可能,但也说:The allUsers and allAuthenticatedUsers values are unsupported member types in a conditional role binding. If you specify one of these member types, the setIamPolicy operation will fail.
这对我来说不是很清楚而且有点混乱。
一个小例子: 我的服务有一个网址https://google-cloud-app-engine-service.com 而且我只想让每个人都可以使用此服务的一个端点: https://google-cloud-app-engine-service.com/public_endpoint.
谢谢!
【问题讨论】:
标签: google-app-engine google-cloud-platform google-iap