Skip to content

Commit

Permalink
Use tools client-sa in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samanehsan committed Feb 3, 2025
1 parent bfa95f2 commit 54567d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion local-dev/render-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
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_CLIENT_SERVICE_ACCOUNT_PATH=secret/dsde/terra/kernel/integration/tools/crl_janitor/client-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
2 changes: 1 addition & 1 deletion src/test/resources/application-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ janitor:
project-id: terra-kernel-k8s
subscription: crljanitor-tools-pubsub-sub
test:
janitor-client-service-account-path: rendered/client-sa-account.json
janitor-client-service-account-path: rendered/tools-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
Expand Down

0 comments on commit 54567d1

Please sign in to comment.