0

I am trying to enter the Google cloud platform "Security Command Center", but although I am logged in as the Super Admin / Owner, it presents this error:

Error message

It has been working before, so I wonder if I have touched something e.g. disabled the Security Center altogether, but I don't think so.

Edit: I have applied the additional role "Security Centre Admin" to no avail: enter image description here

The user I am using is the owner of the organization (ok not the best of ideas to use a root account but if not even this user can get access..)

Grateful for any input.

Johan
  • 305
  • 1
  • 11
  • Are you part of an Organization? The error lists the permissions you need. Do you have them? If not add them. Note: Project Owner does not have all permissions by default. For some, you must manually add them. Edit your question with more details. – John Hanley Aug 07 '20 at 16:21

1 Answers1

2

You need to have the securitycenter permission granted on your super admin user, and at the organization level.

The roles are listed here. I recommend you one of this 3:

  • roles/securitycenter.admin
  • roles/securitycenter.adminEditor
  • roles/securitycenter.adminViewer
guillaume blaquiere
  • 66,369
  • 2
  • 47
  • 76
  • Thanks Guillaume, I have edited my post, seems like the user now should have the Admin role but still I get the same error.. – Johan Aug 10 '20 at 08:12
  • OK, you need to have all of those roles applied, although the "Owner" role gives you "access to all resources", these roles are explicitly needed (all the 3 of them) for Command center to run. So your reply is the solution. – Johan Aug 11 '20 at 09:36