Update socketTimeout 13/120813/1
authorsebdet <sebastien.determe@intl.att.com>
Thu, 22 Apr 2021 07:54:47 +0000 (09:54 +0200)
committersebdet <sebastien.determe@intl.att.com>
Thu, 22 Apr 2021 07:54:47 +0000 (09:54 +0200)
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

src/main/resources/application-noaaf.properties
src/main/resources/application.properties
src/test/resources/clds/sdc-controllers-config.json

index f7f9229..1145b39 100644 (file)
@@ -141,7 +141,7 @@ clamp.config.files.cldsUsers=classpath:/clds/clds-users.json
 clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json
 clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json
 
-clamp.config.httpclient.socketTimeout=20000
+clamp.config.httpclient.socketTimeout=60000
 clamp.config.httpclient.connectTimeout=10000
 
 #
index a4a5109..3cbb7e8 100644 (file)
@@ -144,7 +144,7 @@ clamp.config.files.cldsUsers=classpath:/clds/clds-users.json
 clamp.config.files.globalProperties=classpath:/clds/templates/globalProperties.json
 clamp.config.files.sdcController=classpath:/clds/sdc-controllers-config.json
 
-clamp.config.httpclient.socketTimeout=20000
+clamp.config.httpclient.socketTimeout=60000
 clamp.config.httpclient.connectTimeout=10000
 #
 # Configuration Settings for Policy Engine Components
index 75e5be1..aafd7d6 100644 (file)
@@ -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": [