Skip to content

Commit

Permalink
add google auth to papi provider conf
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymcnatt committed Feb 12, 2025
1 parent d6fa136 commit 642fead
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/ci/resources/papi_v2beta_provider_config.inc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,38 @@ filesystems {
}
}


google {
application-name = "cromwell"
json-dir = "Error: BA-6546 The environment variable CROMWELL_BUILD_RESOURCES_DIRECTORY must be set/export pointing to a valid path such as '${YOUR_CROMWELL_DIR}/target/ci/resources'"
json-dir = ${?CROMWELL_BUILD_RESOURCES_DIRECTORY}
auths = [
{
name = "service_account"
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"
}
]
}

slow-job-warning-time: 20 minutes

checkpointing-interval: "10 seconds"

0 comments on commit 642fead

Please sign in to comment.