Skip to content

Commit

Permalink
test(integration): adding operator tenant vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov committed Dec 9, 2024
1 parent a97dca7 commit 17cbcaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/testenv/cloud-nine-wallet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ services:
EXCHANGE_RATES_URL: http://host.docker.internal:8888/rates
REDIS_URL: redis://shared-redis:6379/0
USE_TIGERBEETLE: false
OPERATOR_TENANT_ID: 438fa74a-fa7d-4317-9ced-dde32ece1787
OPERATOR_TENANT_SECRET: 4RRtVErbQqdI9E6o6vOOKuLEbchVvOBvFIXzLWX9GWQ=
volumes:
- ../private-key.pem:/workspace/private-key.pem
depends_on:
Expand Down Expand Up @@ -72,6 +74,7 @@ services:
IDENTITY_SERVER_URL: http://localhost:3030/mock-idp/
IDENTITY_SERVER_SECRET: 2pEcn2kkCclbOHQiGNEwhJ0rucATZhrA807HTm2rNXE=
COOKIE_KEY: 42397d1f371dd4b8b7d0308a689a57c882effd4ea909d792302542af47e2cd37
OPERATOR_TENANT_ID: 438fa74a-fa7d-4317-9ced-dde32ece1787
depends_on:
- shared-database
- shared-redis
3 changes: 3 additions & 0 deletions test/integration/testenv/happy-life-bank/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ services:
EXCHANGE_RATES_URL: http://host.docker.internal:8889/rates
REDIS_URL: redis://shared-redis:6379/2
USE_TIGERBEETLE: false
OPERATOR_TENANT_ID: cf5fd7d3-1eb1-4041-8e43-ba45747e9e5d
OPERATOR_TENANT_SECRET: KQEXlZO65jUJXakXnLxGO7dk387mt71G9tZ42rULSNU=
volumes:
- ../private-key.pem:/workspace/private-key.pem
depends_on:
Expand Down Expand Up @@ -73,5 +75,6 @@ services:
IDENTITY_SERVER_SECRET: 2pEcn2kkCclbOHQiGNEwhJ0rucATZhrA807HTm2rNXE=
COOKIE_KEY: 42397d1f371dd4b8b7d0308a689a57c882effd4ea909d792302542af47e2cd37
AUTH_CHOICE_PORT: 4109
OPERATOR_TENANT_ID: cf5fd7d3-1eb1-4041-8e43-ba45747e9e5d
depends_on:
- cloud-nine-wallet-test-auth

0 comments on commit 17cbcaf

Please sign in to comment.