diff --git a/local-dev/render-config.sh b/local-dev/render-config.sh index 66e0e0a..853abe9 100755 --- a/local-dev/render-config.sh +++ b/local-dev/render-config.sh @@ -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 diff --git a/src/test/resources/application-integration.yml b/src/test/resources/application-integration.yml index 6be163f..089a825 100644 --- a/src/test/resources/application-integration.yml +++ b/src/test/resources/application-integration.yml @@ -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