简体   繁体   English

我无法将项目从“无组织”迁移到新创建的项目。 它说我没有权限?

[英]I cannot migrate project from "no organisation" to a newly created one. It says I do not have permissions?

I have several projects without organisation which I want to migrate.我有几个没有组织的项目要迁移。 I followed that guide https://cloud.google.com/resource-manager/docs/creating-managing-organization When I try to migrate project to my organisation using UI it says:我遵循了该指南https://cloud.google.com/resource-manager/docs/creating-managing-organization当我尝试使用 UI 将项目迁移到我的组织时,它说:

You do not have the following required permission to perform this action: "resourcemanager.projects.update"您没有执行此操作所需的以下权限:“resourcemanager.projects.update”

My user roles on organisation level:我在组织级别的用户角色:

  • Billing Account Administrator计费帐户管理员
  • Billing Account Creator结算帐户创建者
  • Billing Account User计费帐户用户
  • Folder Admin文件夹管理员
  • Organisation Administrator组织管理员
  • Organisation Policy Administrator组织政策管理员
  • Organisation Role Administrator组织角色管理员
  • Owner所有者
  • Project Creator项目创建者
  • Project Mover项目推动者
  • Security Centre Admin安全中心管理员
  • Support Account Administrator支持账户管理员

On project level this user has:在项目级别,该用户具有:

  • Owner所有者

When I do from CLI gcloud beta projects move hidden-project-name --organization MY_ORG_ID I get this:当我从 CLI gcloud beta projects move hidden-project-name --organization MY_ORG_ID ,我得到了这个:

ERROR: (gcloud.beta.projects.move) User [greg@***] does not have permission to access projects instance [hidden-project-name] (or it may not exist): The caller does not have permission错误:(gcloud.beta.projects.move)用户 [greg@***] 没有访问项目实例 [hidden-project-name] 的权限(或者它可能不存在):调用者没有权限

Some details: gcloud auth list shows my user which has permissions gcloud projects list shows available projects correctly一些细节: gcloud auth list shows my user which has permissions gcloud projects list shows available projects correctly

I ran all commands from Cloud Shell.我从 Cloud Shell 运行了所有命令。

Any ideas which roles I have to assign to my user?我必须将哪些角色分配给我的用户有什么想法吗?

Same issue on my side, migrate project without organisation in another one doesn't work.我这边有同样的问题,在没有组织的情况下迁移项目到另一个项目是行不通的。 I have the same account (email) in the project to move and the destination organisation.我在要移动的项目和目标组织中有相同的帐户(电子邮件)。

Permissions in the destination (organisation):目的地(组织)中的权限:

在此处输入图像描述

Permissions in the resource to move (Firebase project without organisation):移动资源的权限(没有组织的 Firebase 项目):

在此处输入图像描述

If I try to migrate from https://console.cloud.google.com , I have this error:如果我尝试从https://console.cloud.google.com迁移,我会遇到以下错误:

在此处输入图像描述

If I try to migrate from CLI, I have this error:如果我尝试从 CLI 迁移,我会遇到以下错误:

./Documents/google-cloud-sdk/bin/gcloud beta projects move IDPROJECT --organization IDORGA

ERROR: (gcloud.beta.projects.move) User [email@email.com] does not have permission to access projects instance [PROJECT_TO_MOVE_NAME] (or it may not exist): The caller does not have permission错误:(gcloud.beta.projects.move)用户 [email@email.com] 无权访问项目实例 [PROJECT_TO_MOVE_NAME](或者它可能不存在):调用者没有权限

暂无
暂无

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

相关问题 地形:谷歌云。 为什么我不能在没有组织的情况下创建新项目? - Terraform: Google cloud. Why cannot I create a new project without having an organisation? 项目 A 下的资源迁移到 GCP 中同一组织中的项目 B - Resource Under Project A migrate to Project B in same organisation in GCP 如何在 Compute Engine 中将 Persistence Disk 从一个项目迁移到另一个项目? - How I can migrate a Persistence Disk from one project to another, in Compute Engine? 如何使用 azure devops 从一个组织中的一个项目消费或调用 terraform 模块到另一个组织的另一个项目 - How to consume or call terraform modules from one project in one organisation to another project from another organisation using azure devops AWS CDK -- 我如何通过 AWS CDK 从我新创建的托管区域中检索我的 NS 记录 - AWS CDK -- How do I retrieve my NS Records from my newly created Hosted Zone by AWS CDK 如何在 BigQuery 中将新创建的列转换为不同的时间格式? - How do I convert a newly created column to a different time format in BigQuery? 如何将最喜欢的项目添加到新创建的列表中 - How can i add a favorite item to a newly created list 需要将 Spanner 数据库从一个 GCP 项目迁移到另一个 - Need to migrate Spanner db from one GCP Project to another 从 2 新升级的无服务器 3 项目 - 无法更新堆栈/无法创建新的变更集 - Serverless 3 project newly upgraded from 2 - cannot update stack / cannot create new changeset 无法从 AWS 组织中删除已删除的账户 - Cannot remove deleted account from AWS Organisation
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM