diff --git a/src/ci/resources/papi_v2_shared_application.inc.conf b/src/ci/resources/papi_v2_shared_application.inc.conf index 075b0cd138..3a4cc4464f 100644 --- a/src/ci/resources/papi_v2_shared_application.inc.conf +++ b/src/ci/resources/papi_v2_shared_application.inc.conf @@ -28,6 +28,24 @@ google { scheme = "service_account" json-file = ${google.json-dir}/cromwell-centaur-service-account.json } + { + name = "requester_pays_service_account" + scheme = "service_account" + # This service account does have billing permission and can be used for requester pays + json-file = ${google.json-dir}/cromwell-centaur-requester-pays-service-account.json + } + { + name = "google_compute_service_account" + scheme = "service_account" + # This service account has only: + # 1. The role "Genomics Pipelines Runner" + # 2. Has been added a "Service Account User" on cromwell@broad-dsde-cromwell-dev.iam.gserviceaccount.com + json-file = ${google.json-dir}/cromwell-centaur-google-compute-service-account.json + } + { + name = "user_service_account" + scheme = "user_service_account" + } { name = "application-default" scheme = "application_default"