Skip to content

Commit

Permalink
use new pubsub queue
Browse files Browse the repository at this point in the history
  • Loading branch information
samanehsan committed Feb 13, 2025
1 parent 54567d1 commit 00eec45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion local-dev/render-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# TODO: migrate vault secrets to GSM as needed
VAULT_TOKEN=${1:-$(cat $HOME/.vault-token)}
DSDE_TOOLBOX_DOCKER_IMAGE=broadinstitute/dsde-toolbox:dev
VAULT_SERVICE_ACCOUNT_PATH=secret/dsde/terra/kernel/integration/tools/crl_janitor/app-sa
VAULT_SERVICE_ACCOUNT_PATH=secret/dsde/terra/kernel/integration/toolsalpha/crl_janitor/app-sa
VAULT_CLIENT_SERVICE_ACCOUNT_PATH=secret/dsde/terra/kernel/integration/toolsalpha/crl_janitor/client-sa
VAULT_CLOUD_ACCESS_SERVICE_ACCOUNT_PATH=secret/dsde/terra/janitor-test/default/cloud-access-sa
VAULT_AZURE_MANAGED_APP_PUBLISHER_PATH=secret/dsde/terra/azure/common/managed-app-publisher
Expand Down
6 changes: 3 additions & 3 deletions src/test/resources/application-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ janitor:
track-resource:
enabled: true
project-id: terra-kernel-k8s
subscription: crljanitor-tools-pubsub-sub
subscription: crljanitor-qa-pubsub-sub
test:
janitor-client-service-account-path: rendered/tools-client-sa-account.json
janitor-client-service-account-path: rendered/client-sa-account.json
parent-resource-id: folders/1074206284898
prod-janitor-client-credential-file-path: rendered/tools-client-sa-account.json
prod-track-resource-project-id: terra-kernel-k8s
prod-track-resource-topic-id: crljanitor-tools-pubsub-topic
resource-credential-file-path: rendered/cloud-access-sa-account.json
resource-project-id: terra-janitor-test
track-resource-topic-id: crljanitor-tools-pubsub-topic
track-resource-topic-id: crljanitor-qa-pubsub-sub
# Reusing static MRG from https://github.com/broadinstitute/terra-github-workflows/blob/main/.github/workflows/attach-billing-project-to-landing-zone.yaml
azure-tenant-id: fad90753-2022-4456-9b0a-c7e5b934e408
azure-subscription-id: f557c728-871d-408c-a28b-eb6b2141a087
Expand Down

0 comments on commit 00eec45

Please sign in to comment.