Skip to content

Commit

Permalink
add requester pays SA
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymcnatt committed Feb 12, 2025
1 parent ce5249a commit 67ccddd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/ci/resources/papi_v2_shared_application.inc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
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"
Expand Down

0 comments on commit 67ccddd

Please sign in to comment.