diff options
author | Tait,Trevor(rt0435) <rtait@amdocs.com> | 2018-09-18 13:43:20 -0400 |
---|---|---|
committer | Tait,Trevor(rt0435) <rtait@amdocs.com> | 2018-09-18 13:43:55 -0400 |
commit | 01f3ecda24e893d5799c382f1daaccf439eb745b (patch) | |
tree | b1a266245d14b6bd955a8f00f34cb3461749acf9 /pomba/network-discovery/config | |
parent | 940b4b29e875133cabdb4a805a1ac72ec29a9e8d (diff) |
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) <rtait@amdocs.com>
Diffstat (limited to 'pomba/network-discovery/config')
-rw-r--r-- | pomba/network-discovery/config/application.properties | 7 | ||||
-rw-r--r-- | pomba/network-discovery/config/auth/enricher-client-cert.p12 | bin | 2605 -> 0 bytes |
2 files changed, 0 insertions, 7 deletions
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 diff --git a/pomba/network-discovery/config/auth/enricher-client-cert.p12 b/pomba/network-discovery/config/auth/enricher-client-cert.p12 Binary files differdeleted file mode 100644 index 12e0ae9..0000000 --- a/pomba/network-discovery/config/auth/enricher-client-cert.p12 +++ /dev/null |