如何为每个 bigtable 实例创建一个服务帐户?
How to have a service account per bigtable instance?
我是 Google Cloud 和 Bigtable 的初学者,我想知道是否可以设置一个 服务帐户 并具有 的管理员访问权限]单个大表实例 ?
如果可能的话,我想从控制台进行。
这是我今天使用的:
要启用 Cloud Bigtable IAM 角色,请启用 Cloud Bigtable API via the Cloud Console, which you can find by searching the API Library for "Bigtable"。
完成此操作后,Cloud Bigtable IAM 角色将显示,您将能够授予 Cloud Bigtable IAM roles 服务帐户,就像您在其他服务的屏幕截图中所做的那样。
也就是说,请注意,所有这些角色(包括您屏幕截图中的角色)都不是特定于实例的,而是特定于服务的,但会影响整个项目中该服务的所有实例。
要在每个 Cloud Bigtable 实例级别分配 IAM 角色,请遵循 these instructions:
Check the boxes next to the instances whose roles you want to manage. An information panel appears.
In the information panel, click Permissions.
Under Add members, start typing the email address of the user or service account you want to add, then click the email address of
the user or service account.
Click the Select a role drop-down list, then click Cloud Bigtable to select a predefined role or Custom to select a
custom role.
Click the name of each role that you want to assign.
Click Add. The user or service account is granted the roles that you specified at the instance level.
实例级权限现已可用,您可以将角色分配给各个实例。通过单击您要配置的 Bigtable 实例旁边的复选框,可以通过云控制台访问此功能。
我是 Google Cloud 和 Bigtable 的初学者,我想知道是否可以设置一个 服务帐户 并具有 的管理员访问权限]单个大表实例 ?
如果可能的话,我想从控制台进行。 这是我今天使用的:
要启用 Cloud Bigtable IAM 角色,请启用 Cloud Bigtable API via the Cloud Console, which you can find by searching the API Library for "Bigtable"。
完成此操作后,Cloud Bigtable IAM 角色将显示,您将能够授予 Cloud Bigtable IAM roles 服务帐户,就像您在其他服务的屏幕截图中所做的那样。
也就是说,请注意,所有这些角色(包括您屏幕截图中的角色)都不是特定于实例的,而是特定于服务的,但会影响整个项目中该服务的所有实例。
要在每个 Cloud Bigtable 实例级别分配 IAM 角色,请遵循 these instructions:
Check the boxes next to the instances whose roles you want to manage. An information panel appears.
In the information panel, click Permissions.
Under Add members, start typing the email address of the user or service account you want to add, then click the email address of the user or service account.
Click the Select a role drop-down list, then click Cloud Bigtable to select a predefined role or Custom to select a custom role.
Click the name of each role that you want to assign.
Click Add. The user or service account is granted the roles that you specified at the instance level.
实例级权限现已可用,您可以将角色分配给各个实例。通过单击您要配置的 Bigtable 实例旁边的复选框,可以通过云控制台访问此功能。