Skip to content

Commit 076aae3

Browse files
committed
Missing integration test configuration for redis tls bundle
1 parent 0310a9d commit 076aae3

File tree

8 files changed

+24
-0
lines changed

8 files changed

+24
-0
lines changed

api/src/integrationTest/resources/application-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ csm:
8080
twincache:
8181
host: "localhost"
8282
port: "6379"
83+
tls:
84+
enabled: false
85+
bundle: ""
8386
username: "default"
8487
# Leave it as blank as there's no auth with test container
8588
password:

connector/src/integrationTest/resources/application-connector-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ csm:
8282
twincache:
8383
host: "localhost"
8484
port: "6379"
85+
tls:
86+
enabled: false
87+
bundle: ""
8588
username: "default"
8689
# Leave it as blank as there's no auth with test container
8790
password:

dataset/src/integrationTest/resources/application-dataset-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ csm:
8686
twincache:
8787
host: "localhost"
8888
port: "6379"
89+
tls:
90+
enabled: false
91+
bundle: ""
8992
username: "default"
9093
# Leave it as blank as there's no auth with test container
9194
password:

organization/src/integrationTest/resources/application-organization-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ csm:
8282
twincache:
8383
host: "localhost"
8484
port: "6379"
85+
tls:
86+
enabled: false
87+
bundle: ""
8588
username: "default"
8689
# Leave it as blank as there's no auth with test container
8790
password:

run/src/integrationTest/resources/application-run-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ csm:
9393
twincache:
9494
host: "localhost"
9595
port: "6379"
96+
tls:
97+
enabled: false
98+
bundle: ""
9699
username: "default"
97100
password: "my-wonderful-password"
98101
run:

runner/src/integrationTest/resources/application-runner-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ csm:
8282
twincache:
8383
host: "localhost"
8484
port: "6379"
85+
tls:
86+
enabled: false
87+
bundle: ""
8588
username: "default"
8689
password: "my-wonderful-password"
8790
runner:

solution/src/integrationTest/resources/application-solution-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ csm:
8686
twincache:
8787
host: "localhost"
8888
port: "6379"
89+
tls:
90+
enabled: false
91+
bundle: ""
8992
username: "default"
9093
# Leave it as blank as there's no auth with test container
9194
password:

workspace/src/integrationTest/resources/application-workspace-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ csm:
8686
twincache:
8787
host: "localhost"
8888
port: "6379"
89+
tls:
90+
enabled: false
91+
bundle: ""
8992
username: "default"
9093
# Leave it as blank as there's no auth with test container
9194
password:

0 commit comments

Comments
 (0)