ok I was able to "solve" the issue. on the build server I have multiple service accounts added that are bound to a project.
So when running "gcloud app deploy app.yml --version httpredir-master --project ninejkh-httpredir" it would usually select the correct configuration + service account. I confirmed by running "gcloud config configurations list" that those "mappings" are still in order, however I also noticed that a specific account is set active which might not be correct. For now, by explicitly setting the configuration name as arg on the app-deploy command, solves the issue - it selects the correct service account and can deploy again. I think it would be more straightforward in any case to explicitly set the configuration-name when running gcloud commands... On Tuesday, November 28, 2017 at 9:34:54 PM UTC+2, George (Cloud Platform Support) wrote: > > Hello Günter, > > More information is needed to set the basis of an effective investigation. > You mention you "give that IAM user ownership", which account do you mean, > exactly? The service accounts for your project did not change since August. > You cannot re-create the same user with an identical name, even when having > deleted the initial user. You need to create a differently-named user. > > Why do you need to create a new project, if you create a new user? > > What is the output of the gcloud info command? > > What messages do you receive if you run the mentioned gcloud commands with > the --verbosity debug flag? > > Have you tried running the gcloud iam command? > > To protect your private information, it is better to send replies through > private email, by using the drop-down menu of the "reply" command at the > top right of the edit window. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/b289884b-88c9-41c3-a442-aeda30fad81b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
