Reputation: 149
Using GSuite admin account in developer console. After creating new project in organization it says:
Google Cloud Organization is now available for your domain!
And after that I can't create projects outside of organization. It says:
You do not have permissions to create projects outside of an organization
Is it possible to add permissions to create projects like this?
Upvotes: 9
Views: 21882
Reputation: 17802
TLDR
You need the permission Project Creator
at the organisation level
organizationId
like https://console.cloud.google.com/iam-admin/iam?organizationId=435781836209Project Creator
.LONG ANSWER
Apparently, having "admin" permissions doesnt suffice if you dont have the Project Creator
permission.
As admin, I had the following permissions, but I was still unable to create the a project because I didnt have Project Creator
permission:
Access Approval Approver
Access Context Manager Admin
Actions Admin
Recommendations AI Viewer
Access Transparency Admin
Bigtable Administrator
Billing Account Administrator
Project Billing Manager
Cloud Asset Owner
Compute Admin
Compute Network Admin
Compute Organisation Security Policy User
Compute Organisation Resource Admin
Organisation Role Administrator
Notebooks Admin
Owner
Folder Admin
Folder Creator
Folder IAM Admin
Folder Mover
Project IAM Admin
Service Broker Admin
Storage Admin
Would love to meet the gentleman at Google who came up with this idea. The Owner
permission's description reads as Full access to all resources.
(I am yet to see a description so unprofessionally misleading.)
Upvotes: 11
Reputation: 1525
You cannot directly create projects outside of any organization with a GSuite account anymore.
At most you can create a project in another organization if you are given permission (useful for a developer house).
Projects without any organization are just for personal @gmail.com accounts.
Upvotes: 3
Reputation: 101
Use https://console.cloud.google.com/iam-admin/iam/organization and make sure that folder admin is checked for the permission.
Upvotes: 8