Skip to content

Commit

Permalink
actually add AD
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymcnatt committed Feb 12, 2025
1 parent 642fead commit b6954b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/ci/resources/gcp_batch_application.inc.conf.ctmpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ google {
}
{
name = "application-default"
scheme = "application_default"
scheme = "application_default"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion src/ci/resources/papi_application.inc.conf.ctmpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ google {
}
{
name = "application-default"
scheme = "application_default"
scheme = "application_default"
}
]
}
Expand Down
18 changes: 2 additions & 16 deletions src/ci/resources/papi_v2beta_provider_config.inc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,8 @@ google {
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 b6954b0

Please sign in to comment.