diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-04-22 09:54:47 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2021-04-22 09:54:47 +0200 |
commit | b2b796833345b285b766355f7b2698f5e77bcdb3 (patch) | |
tree | 4f0f30a715c51fb54be77cf62738f07f23835ac3 /src/test/resources/clds | |
parent | 9b5272f14ad2747e23b9ab3d0b5f4d21b42af4ef (diff) |
Update socketTimeout
Update socketTimeout for DCAE deployment command, this has been changed during the camel&Spring upgrades + adding enc: to sdc password to verify that it works well
Issue-ID: POLICY-3169
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ia19f5eb372c2e383d67be48d62c1a355560ab889
Diffstat (limited to 'src/test/resources/clds')
-rw-r--r-- | src/test/resources/clds/sdc-controllers-config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/resources/clds/sdc-controllers-config.json b/src/test/resources/clds/sdc-controllers-config.json index 75e5be1b9..aafd7d61d 100644 --- a/src/test/resources/clds/sdc-controllers-config.json +++ b/src/test/resources/clds/sdc-controllers-config.json @@ -6,7 +6,7 @@ "consumerId": "consumerId1", "environmentName": "environmentName1", "sdcAddress": "localhost:${docker.http-cache.port.host}", - "password": "QpF2TcrdRSFADqDxH1HwDYdYUIbMxOj-TrGd6Vqvwzd", + "password": "enc:QpF2TcrdRSFADqDxH1HwDYdYUIbMxOj-TrGd6Vqvwzd", "pollingInterval": 10, "pollingTimeout": 30, "messageBusAddresses": [ @@ -19,7 +19,7 @@ "consumerId": "consumerId2", "environmentName": "environmentName2", "sdcAddress": "localhost:${docker.http-cache.port.host}", - "password": "QpF2TcrdRSFADqDxH1HwDYdYUIbMxOj-TrGd6Vqvwzd", + "password": "enc:QpF2TcrdRSFADqDxH1HwDYdYUIbMxOj-TrGd6Vqvwzd", "pollingInterval": 10, "pollingTimeout": 30, "messageBusAddresses": [ |