diff options
author | Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> | 2018-08-13 16:37:33 -0400 |
---|---|---|
committer | Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> | 2018-08-13 16:58:18 -0400 |
commit | 41a3f1b3b0e14fb1df40273adb4b4b1937c5a977 (patch) | |
tree | b9b120e75e4489932b894a36493cd35b7cf3ad71 /pomba/network-discovery/config/application.properties | |
parent | e80c1047cfd31742c8f876b06a99a738969c8c3d (diff) |
Added code for password obfuscation
Issue-ID: SDNC-317
Change-Id: I5114f1dd7dd093e9df6ebd3d91c3cbd47ef31ef9
Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
Diffstat (limited to 'pomba/network-discovery/config/application.properties')
-rw-r--r-- | pomba/network-discovery/config/application.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pomba/network-discovery/config/application.properties b/pomba/network-discovery/config/application.properties index 6997061..1536110 100644 --- a/pomba/network-discovery/config/application.properties +++ b/pomba/network-discovery/config/application.properties @@ -20,14 +20,14 @@ server.context_parameters.p-name=value #context parameter with p-name as key and # Basic Authentication basicAuth.username=admin -basicAuth.password=admin +basicAuth.password=OBF:1u2a1toa1w8v1tok1u30 # A&AI Enircher REST Client Configuration enricher.url=https://d2enrichment:9505 enricher.connectionTimeout=5000 enricher.readTimeout=60000 enricher.keyStorePath=config/auth/enricher-client-cert.p12 -enricher.keyStorePassword=aaiDomain2 +enricher.keyStorePassword=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o enricher.types = vserver, l3-network enricher.type.vserver.url = /enricher/v11/cloud-infrastructure/vservers/vserver/{0}?sot=!aai |