small config change
[aai/sparky-be.git] / sparkybe-onap-application / config / spring-beans / sparky-resources.xml
index 2395f82..bcb8a72 100644 (file)
@@ -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>