Skip to content

Commit

Permalink
Hotfix for gcp.persistence.create-admin-service-account
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Jun 22, 2023
1 parent 1b3b265 commit aa013a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func detonate(params map[string]string, providers stratus.CloudProviders) error
return err
}

if err := gcp_utils.GCPAssignProjectRole(gcp, "serviceAccountEmail:"+serviceAccountEmail, roleToGrant); err != nil {
if err := gcp_utils.GCPAssignProjectRole(gcp, "serviceAccount:"+serviceAccountEmail, roleToGrant); err != nil {
return err
}

Expand Down

0 comments on commit aa013a3

Please sign in to comment.