简体   繁体   English

拒绝访问 Google Cloud 官方应用中的大多数功能,为什么?

[英]Access denied to most features in Google Cloud official app, why?

I installed the official app Google Cloud to manage and monitor my Google Cloud ressources.我安装了官方应用程序Google Cloud来管理和监控我的Google Cloud资源。 I then logged in using an account with an Owner role on the top structure My Organization and an Owner role on all its sub-projects as well.然后,我使用在顶层结构My Organization上具有Owner角色的帐户以及在其所有子项目上具有Owner角色的帐户登录。 I am super-admin in Google Workspace .我是Google Workspace super-admin

However, I can't seem to access/list any project or ressource in the app.但是,我似乎无法访问/列出应用程序中的任何项目或资源。 Basically it tells me I lack permissions.基本上它告诉我我缺少权限。

I tried looking for specific IAM permissions for this scenario but without luck.我尝试为这种情况寻找特定的IAM权限,但没有成功。

What am I missing?我错过了什么?

To get the permissions that you need to manage access to a project, folder, or organization in Google official cloud you need to have following IAM roles on the resource that you want to manage access for (project, folder, or organization):要获得管理对 Google 官方云中项目、文件夹或组织的访问权限所需的权限,您需要在要管理访问权限的资源(项目、文件夹或组织)上具有以下 IAM 角色:

  • To manage access to a project: Project IAM Admin (roles/resourcemanager.projectIamAdmin)管理对项目的访问:Project IAM Admin (roles/resourcemanager.projectIamAdmin)
  • To manage access to a folder: Folder Admin (roles/resourcemanager.folderAdmin)管理对文件夹的访问:文件夹管理员 (roles/resourcemanager.folderAdmin)
  • To manage access to projects, folders, and organizations: Organization Admin (roles/resourcemanager.organizationAdmin)管理对项目、文件夹和组织的访问:组织管理员 (roles/resourcemanager.organizationAdmin)
  • To manage access to almost all Google Cloud resources: Security Admin (roles/iam.securityAdmin)管理对几乎所有 Google Cloud 资源的访问:安全管理员 (roles/iam.securityAdmin)

For more information about granting roles, see Required permissions and Manage access and check these roles .有关授予角色的更多信息,请参阅所需权限和管理访问并检查这些角色

I am following this thread too.我也在关注这个线程。 Sent in question via app to support.通过应用程序发送问题以支持。 Odd that I can open SSH within app and use gcloud to navigate but cant use the app's screens奇怪的是我可以在应用程序中打开 SSH 并使用 gcloud 进行导航但不能使用应用程序的屏幕

I found the solution:我找到了解决方案:

In Google Workspace Admin console, you must activate the service named Additional services without individual control .在 Google Workspace 管理控制台中,您必须激活名为Additional services without individual control的服务。

Menu 'Apps' > 'Additional Google services' > 'CHANGE' next to 'Access to additional services without individual control for all organisational units is turned Off' (info tag in the upper zone) > 'ON for everyone'

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

相关问题 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 为什么 gcloud app deploy 将 0 个文件上传到谷歌云存储? - Why is gcloud app deploy uploading 0 files to google cloud storage? 在 Google 云上部署 django 应用程序时出错“google.api_core.exceptions.PermissionDenied: 403 Permission denied on resource project” - Error in deploying django app on Google cloud "google.api_core.exceptions.PermissionDenied: 403 Permission denied on resource project " 谷歌云访问令牌到期 - Google Cloud Access Token Expiry 限制对 Google Cloud Function 的访问 - Restrict access to Google Cloud Function 无法访问 Google Cloud 实例 - Can not access Google Cloud Instance Firebase 托管“重写”以访问 Google Cloud Run 上的 Next.js 应用程序 - Firebase Hosting "rewrites" to Access Next.js App on Google Cloud Run Firebase 云消息传递:app/invalid-credential - 无法获取有效的 Google OAuth2 访问令牌 - Firebase Cloud messaging : app/invalid-credential - failed to fetch a valid Google OAuth2 access token 请求永远被拒绝 - 请求增加 Google Cloud 中的 GPU 配额 - Request Denied forever - request gpu quota increase in Google Cloud 从谷歌云计算中提取 docker 的权限被拒绝 - Permission denied on docker pull from Google Cloud Compute
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM