Hi, I’m currently managing a GCP project and trying to enable service account key creation for a specific project. However, the inherited organization policy iam.disableServiceAccountKeyCreation (legacy) is enforced, and prevents all key creation—even though I am the Super Administrator for the Google Workspace domain and have full permissions (including org admin roles in Google Cloud).
What I’ve tried:
-
Created and assigned the Organization Policy Administrator role
-
Attempted to override the policy at the project level (no effect due to enforcement at org level)
-
Attempted to migrate to the managed constraint (iam.managed.disableServiceAccountKeyCreation) and set it to “Not enforced” (no effect)
-
Verified through UI and gcloud that the project is not allowed to override the parent policy
Despite these attempts, service account key creation is still completely blocked on the project. I am unable to proceed with automation requiring this feature.
Request:
Is there any way to:
-
Fully override or disable this inherited policy at the project level?
-
Identify who at the org level (if any) has the rights to modify the enforced org policy?
-
Get Google support to help unlock the constraint, or validate if the enforcement is locked due to an upper-level constraint I cannot see?
Thanks in advance for any suggestions.