File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
src/container-integration-test Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3737 expected-healthy-containers : 4
3838 - name : sqs
3939 transport : AmazonSQS
40- connection-string : ' AccessKeyId=demo;SecretAccessKey=demo;Region=us-east-1 '
40+ # No connection-string - should be able to load AWS info only from environment variables
4141 compose-cmd : docker compose -f servicecontrol.yml -f sqs.yml up -d
4242 expected-healthy-containers : 5
4343 env :
@@ -127,4 +127,4 @@ jobs:
127127 echo "Found $numHealthy healthy containers out of ${{matrix.expected-healthy-containers}} expected"
128128 if ($numHealthy -ne ${{matrix.expected-healthy-containers}}) {
129129 exit 1
130- }
130+ }
Original file line number Diff line number Diff line change 11SERVICECONTROL_TAG = $SERVICECONTROL_TAG
22TRANSPORTTYPE = $TRANSPORTTYPE
33CONNECTIONSTRING = " $CONNECTIONSTRING "
4- AWS_ENDPOINT_URL = http://localstack:4566
4+ AWS_ENDPOINT_URL = http://localstack:4566
5+ AWS_ACCESS_KEY_ID = demo
6+ AWS_SECRET_ACCESS_KEY = demo
7+ AWS_REGION = us-east-1
You can’t perform that action at this time.
0 commit comments