简体   繁体   English

有没有办法在 Google Cloud Platform 中对服务帐户进行分组?

[英]Is there a way to group service accounts in Google Cloud Platform?

Within the same Google Cloud Platform organization I'm managing there are several service accounts belonging to different projects that need access to a single (separate) project.在我管理的同一个 Google Cloud Platform 组织中,有多个服务帐户属于需要访问单个(单独)项目的不同项目。

Is there any way to avoid having to individually grant access to each one of the service accounts to resources in the project via role?有什么方法可以避免必须通过角色单独授予对项目中资源的每个服务帐户的访问权限?

With regular user accounts (ie those logging in via @gmail.com or other domain credentials) this can be achieved by putting all of them in a group through Cloud Identity and binding the role, but I do not know if there is a way of doing this for service accounts.使用普通用户帐户(即通过@gmail.com 或其他域凭据登录的用户),可以通过 Cloud Identity 将所有用户放在一个组中并绑定角色来实现,但我不知道是否有办法为服务帐户执行此操作。

您可以使用Google 群组(Google 帐户和服务帐户的集合)将访问策略应用于一组用户,以便您能够一次授予和更改整个群组的访问控制,而不是授予或更改访问控制单个用户或服务帐户一次一个。

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

相关问题 使用 REST API 向 Google Cloud Platform 上的服务帐户添加角色 - Adding roles to service accounts on Google Cloud Platform using REST API 将 Google Cloud Platform 服务帐户的访问权限限制为特定的 Gmail 帐户 - Limiting the access to Google Cloud Platform Service Account to specific Gmail Accounts 一个项目在谷歌云平台中可以拥有的服务账户数量有上限吗? - Is there a maximum number of service accounts that a project can have in the google cloud platform? Google Cloud 项目服务帐号 - Google Cloud Project Service Accounts 我实际使用 Google Cloud Platform 中服务帐户的私钥的哪一部分? - Which part of the private key for service accounts in Google Cloud Platform do I actually use? 获取 Google Cloud 服务帐户的开发者密钥 - Get developer keys for Google Cloud Service Accounts Google Cloud Platform 'Cloud SQL' 服务是 IAAS 吗? - Is Google Cloud Platform 'Cloud SQL' service IAAS? Google Cloud 如何对默认服务帐号进行身份验证? - How Google Cloud authenticates default service accounts? Google Cloud Platform:有没有办法使用服务帐户密钥获取有关服务帐户创建者的信息 - Google Cloud Platform: Is there a way to get information about the creator of a service account, using the service account key 将用户分配到 Google Cloud Identity Platform 中的群组 - Assign users to a group in Google Cloud Identity Platform
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM