You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/provider/gcp/validation.go
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ func (in *Provider) validateEnabled() error {
41
41
resp, err:=c.BatchGetServices(ctx, req)
42
42
iferr!=nil {
43
43
utils.LogError().Println(err)
44
-
returnfmt.Errorf("could not fetch services information for project %s, make sure your service account does have appropriate permissions", in.Project())
44
+
returnfmt.Errorf("could not check required GCP services for project %s (serviceusage.googleapis.com, cloudresourcemanager.googleapis.com, container.googleapis.com): make sure your service account has the serviceusage.services.list permission", in.Project())
0 commit comments