summaryrefslogtreecommitdiffstats
path: root/pomba/service-decomposition/config
AgeCommit message (Collapse)AuthorFilesLines
2018-09-26Add Authentication to AAI for POMBA SDMohammadreza Pasandideh1-4/+6
Issue-ID: LOG-696 Change-Id: If63697980dcc8d732d8514dbebd1cb9959700a73 Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
2018-09-24Fix AAI connectivity issueGeora Barsky1-2/+2
Modify AAI Rest client configuration to ensure that aai.port and host are not overriden by environment variables Issue-ID: LOG-694 Change-Id: I1b3fc449a07e967efa0466dacb5e75253d937c0a Signed-off-by: Geora Barsky <georab@amdocs.com>
2018-09-18Remove credentials dataTait,Trevor(rt0435)1-5/+0
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>
2018-08-21Roll-Back Password obfuscation(v2) for ND & SDMohammadreza Pasandideh1-1/+1
Issue-ID: SDNC-317 Change-Id: I859934dc231fb3f049b1e1911e314d1d61e31174 Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
2018-08-18Make Resources in service-decomp configurableTait,Trevor(rt0435)1-0/+1
Issue-ID: SDNC-317 Change-Id: I6dadf7b01d867564118a107364ddc97a6667daf8 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
2018-08-15Added code for password obfuscation(v2)Mohammadreza Pasandideh1-1/+1
Issue-ID: SDNC-317 Change-Id: Ic6125feb917878f8edaf34a1f396826401173022 Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
2018-08-13Added code for password obfuscationMohammadreza Pasandideh1-1/+1
Issue-ID: SDNC-317 Change-Id: I5114f1dd7dd093e9df6ebd3d91c3cbd47ef31ef9 Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
2018-07-23Initial code for network discovery microserviceBrad Benesch2-0/+68
Issue-ID: SDNC-317 Change-Id: I09d44de02283079471de0084da07793cb3d7820c Signed-off-by: Brad Benesch <brad.benesch@amdocs.com>