Skip to content

Commit

Permalink
Revert "switch email to something we already have in WIF"
Browse files Browse the repository at this point in the history
This reverts commit 549c2e5.

We *should* be able to impersonate the non-WIF service account bc the
service account we're authed in as has Service Account User on the
target service account. But, our principal didn't have the View Service
Account role so maybe that was causing this "no service acct found"
error.
  • Loading branch information
jdangerx committed Jan 3, 2024
1 parent 549c2e5 commit 295729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/generate_batch_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def to_config(
],
"allocationPolicy": {
"serviceAccount": {
"email": " deploy-pudl-github-action@catalyst-cooperative-pudl.iam.gserviceaccount.com"
"email": " deploy-pudl-vm-service-account@catalyst-cooperative-pudl.iam.gserviceaccount.com"
}
},
"logsPolicy": {"destination": "CLOUD_LOGGING"},
Expand Down

0 comments on commit 295729b

Please sign in to comment.