summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sparkybe-onap-application/config/spring-beans/sparky-resources.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sparkybe-onap-application/config/spring-beans/sparky-resources.xml b/sparkybe-onap-application/config/spring-beans/sparky-resources.xml
index 2395f82..bcb8a72 100644
--- a/sparkybe-onap-application/config/spring-beans/sparky-resources.xml
+++ b/sparkybe-onap-application/config/spring-beans/sparky-resources.xml
@@ -12,7 +12,7 @@
<property name="connectTimeoutInMs" value="60000" />
<property name="readTimeoutInMs" value="30000" />
<property name="basicAuthUserName" value="${resources.basicAuthUserName:}" />
- <property name="basicAuthPassword" value="${resources.basicAuthPassword:}" />
+ <property name="basicAuthPassword" value="OBF:${resources.basicAuthPassword:}" />
<property name="certFileName" value="/auth/${resources.client-cert}" />
<property name="certPassword" value="OBF:${resources.client-cert-password}" />
<property name="truststoreFileName" value="/auth/${resources.trust-store}" />
@@ -27,4 +27,4 @@
<constructor-arg ref="aaiRestEndpointConfig" />
</bean>
-</beans> \ No newline at end of file
+</beans>