Welcome to the Linux Foundation Forum!

Lab4-1 Installing Jenkins X - IAM policy

Options

Following the lab instruction to install Jenkins X (step 11) I encountered this error:

Error: Error applying IAM policy for service account 'projects/lfs268-348317/serviceAccounts/lfs268-lab-sm@lfs268-348317.iam.gserviceaccount.com': Error setting IAM policy for service account 'projects/lfs268-348317/serviceAccounts/lfs268-lab-sm@lfs268-348317.iam.gserviceaccount.com': googleapi: Error 400: Identity Pool does not exist (lfs268-348317.svc.id.goog). Please check that you specified a valid resource name as returned in the name attribute in the configuration API., badRequest

Can you help me narrowing my documentation research to fix this issue?

Thanks,

Beatrice

Answers

  • bauger
    bauger Posts: 39
    Options

    Sometimes after a 'terraform destroy' some Google service accounts linked to project are still running; deleting them manually fixes the issue:

    • gcloud iam service-accounts list
    • gcloud iam service-accounts delete

    Béatrice

Categories

Upcoming Training