From 01f3ecda24e893d5799c382f1daaccf439eb745b Mon Sep 17 00:00:00 2001 From: "Tait,Trevor(rt0435)" Date: Tue, 18 Sep 2018 13:43:20 -0400 Subject: Remove credentials data Issue-ID: SDNC-458 Service Decomposition and Network Discovery Microservice have sensitive keystore/certificate/password data in their configuration files that needs to be removed. In order for Network Discovery Microservice JUNIT to execute a dummy Enricher REST client client-cert-onap.p12 was added to src/test/resources. This is the ONAP certificate that will be used when the ONAP Enricher is available, then it will be copied to config/auth. Change-Id: I3aac665815757f9a31bbe0b4020f44cd3fe1eb12 Signed-off-by: Tait,Trevor(rt0435) --- pomba/network-discovery/config/application.properties | 7 ------- 1 file changed, 7 deletions(-) (limited to 'pomba/network-discovery/config/application.properties') diff --git a/pomba/network-discovery/config/application.properties b/pomba/network-discovery/config/application.properties index 563f726..6dba59d 100644 --- a/pomba/network-discovery/config/application.properties +++ b/pomba/network-discovery/config/application.properties @@ -22,13 +22,6 @@ server.context_parameters.p-name=value #context parameter with p-name as key and basicAuth.username=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=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o - enricher.types = vserver, l3-network enricher.type.vserver.url = /enricher/v11/cloud-infrastructure/vservers/vserver/{0}?sot=!aai enricher.type.l3-network.url = /enricher/v11/network/l3-networks/l3-network/{0}?sot=!aai -- cgit 1.2.3-korg