aboutsummaryrefslogtreecommitdiffstats
path: root/trustStoreMerger/src
AgeCommit message (Collapse)AuthorFilesLines
2020-09-17Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-1/+1
2020-09-16[OOM-CPMv2] Fix sonar issuetkogut1-1/+1
Remove the declaration of thrown exception Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: Ifab5c8eca6f78f00eafd79220abc64c413677ca6
2020-09-16[OOM-CPMv2] Fix sonar issuetkogut1-2/+1
Remove the declaration of thrown exception Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: Ia557d7ab9d9230367bb067b10e963e218eb5f4b3
2020-09-15[OOM-CMPv2] Renamed pakage o.o.oom.truststoremerger -> ↵Jan Malkiewicz57-226/+225
o.o.oom.certservice.postprocessor Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: Ie360bcfd07288c82231ef92fdf0afff5dee1641d
2020-09-15Fix for env nameskjaniak5-46/+46
Postfix _ENV removed from envs names since it was introduced by mistake. Issue spotted in CSITs. Issue-ID: DCAEGEN2-2253 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: Ibbd99e3c655337ca6ae1fd3d4a568b01e35373dc
2020-09-14[OOM-CPMv2] Allow optional input parameterskjaniak18-478/+414
Bug fix in merger to allow KEYSTORE paths to be optional. Issue-ID: DCAEGEN2-2253 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: I9176d7fdb0e714d849a4ea617ccc4f8eb6a233e1
2020-09-10[OOM-CMPv2] Create KeystoreCopierJan Malkiewicz17-84/+463
- implement logic to copy keystores - moved logic of truststore merger to decicated class TruststoreMerger Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: I730d10b9bb72da55d9e4641b79cf98e0e100a39d
2020-09-09Refactor truststore MainApp (rename to CertificatePostProcessor)Jan Malkiewicz5-41/+109
- Move common exception handling logic to dedicated class AppExecutor Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: Ic3cffa155e488258067df22e901ceaa0a2eca5f1
2020-09-09Refactor truststore merger logicPiotr Marcinkiewicz43-943/+714
- Merge PemTruststore and JavaTruststore into Truststore - Rename controller classes to be consistent - Remove duplicated methods Issue-ID: DCAEGEN2-2253 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I3270cd9811e5eaf360ceea0d0ca99be1155eaf00
2020-09-08Add of config for copierkjaniak19-259/+503
Add Source and Destination paths to merger. Issue-ID: DCAEGEN2-2253 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: Id0ec28d8d7f90c5ce61d5393b6e1d8363dbfd24d
2020-09-03Move path logic to configuration (merger)kjaniak13-58/+135
Issue-ID: DCAEGEN2-2253 Change-Id: I8ef6603335a837fbd2bcda9975d669f73f94db57 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2020-08-27Add Certification merge logicTomasz Wrobel48-245/+1809
Issue-ID: DCAEGEN2-2253 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I4157ce71373b41d9f7ee03b76d407ec7a2b17ec3
2020-08-11Add TruststoreFile providerRemigiusz Janeczek30-14/+811
Move certification.file classes to certification.path package Issue-ID: DCAEGEN2-2253 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I3098ac443b940031506732216f2bedffa3143adb
2020-08-06Fix maven build issue in truststore-mergerTomasz Wrobel6-18/+72
-update pom in truststore-merger -update UT -update log messages Issue-ID: DCAEGEN2-2253 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I0cc8caf39851344c3a6a868ea6aac1fff6e4183e
2020-08-05Add loading configuration from env to truststore mergerRemigiusz Janeczek13-4/+557
Issue-ID: DCAEGEN2-2253 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I06b3e3fcebbca96a4b9cbb4c693ae16eb29366eb
2020-08-04Create base of Truststore Merger subprojectRemigiusz Janeczek7-0/+249
Issue-ID: DCAEGEN2-2253 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Ieea2ed6eae212e09a1c818e54d1660ff566e3b09