From 705c39c8274ceefebe0d8fd6c7bcd741e1bb6797 Mon Sep 17 00:00:00 2001 From: Mohammadreza Pasandideh Date: Wed, 15 Aug 2018 10:26:43 -0400 Subject: Added code for password obfuscation(v2) Issue-ID: SDNC-317 Change-Id: Ic6125feb917878f8edaf34a1f396826401173022 Signed-off-by: Mohammadreza Pasandideh --- pomba/network-discovery/config/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pomba/network-discovery/config') diff --git a/pomba/network-discovery/config/application.properties b/pomba/network-discovery/config/application.properties index 1536110..ba631b6 100644 --- a/pomba/network-discovery/config/application.properties +++ b/pomba/network-discovery/config/application.properties @@ -20,7 +20,7 @@ server.context_parameters.p-name=value #context parameter with p-name as key and # Basic Authentication basicAuth.username=admin -basicAuth.password=OBF:1u2a1toa1w8v1tok1u30 +basicAuth.password=password(OBF:1u2a1toa1w8v1tok1u30) # A&AI Enircher REST Client Configuration enricher.url=https://d2enrichment:9505 -- cgit 1.2.3-korg