aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-0/+2
Add private constructor to class with constants Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: Ieae737d395a7bf325c2287a33fd048352c1c4edf
2020-09-17Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-2/+2
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-1/+1
Remove unnecessary 'public' modifier Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I96cd61928e2f9bb5b15f7880382b19055fdf9373
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-1/+1
Remove unnecessary 'public' modifier Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: If31855ffe322a43b759ba173907334c5a39f5b20
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-2/+2
Remove unnecessary 'public' modifiers Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I94a67899ea1e1c4e207234206b94273b4dbf27b6
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-1/+1
Remove unnecessary 'public' modifier Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I35146e7f669ea1dbe3610eae6b4641e48d75840c
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-5/+3
Remove unnecessary 'public' modifiers Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: Id1f25aeb06a602fae40e4d103fdb4654bc9fec7d
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-1/+1
Use assertThat(actual).contains(expected) instead Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I5c7520030329ace8823134e3123b34c77b5576c6
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-7/+2
Remove the declarations of thrown exceptions Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: Ia528ba98d0a76d39ed5927fd5d23193776165024
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-6/+4
Remove the declarations of thrown exceptions Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I2803b5c3c5b89b1310428c80c6f963f7cb6fc24c
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-4/+1
Remove the declarations of thrown exceptions Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: Ie2586fee1f5542e9344b1044b5db4316f7a8a7cb
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-3/+2
Remove the declarations of thrown exceptions Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I4a851dd1994038b09e87fdefbfbcb96d1227f730
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-1/+1
Use isEmpty() to check whether the collection is empty or not Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I3852a287a43f356e74a94dfbcce5fbffb3c6c2d3
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-1/+0
Remove unused import Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: Ib25bc5236a301e6127d10c6e556ed9454992bddb
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-6/+1
Remove the declarations of thrown exceptions Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I3badea6cbf73f9ae3035a6257cdc9bde19b38b56
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-6/+3
Remove the declarations of thrown exceptions Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: Ic255a31cea9fa21879c234b6f32db8136d26a115
2020-09-17[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: Ie587febbe942bfd188ca1d46d8be4ab5f265ac6a
2020-09-17Merge "[OOM-CPMv2] Edit cert-service docs"Bogumil Zebek3-23/+22
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] Edit cert-service docsMaciej Malewski3-23/+22
Documentation for cert-service installation and configuration updated regarding cert-service move from aaf to oom Issue-ID: OOM-2526 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: I8919b3904b3a93ecb7a12454371b88e96cf244cd
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 Malkiewicz58-227/+226
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-14Merge "[OOM-CPMv2] Allow optional input parameters"Paweł Baniewski18-478/+414
2020-09-14[OOM-CPMv2] Allow optional input parameterskjaniak19-478/+417
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-11Merge "Update readme"Paweł Baniewski1-2/+12
2020-09-10[OOM-CMPv2] Create KeystoreCopierJan Malkiewicz18-84/+467
- 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-10Update readmePiotr Marcinkiewicz1-2/+12
- Add descrption copier env functionality Issue-ID: DCAEGEN2-2253 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: If83fbae1fb4ff37f5abbf4e53155e33fd798bb0f
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-08Merge "Add of config for copier"Bogumil Zebek19-259/+503
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-04Release 2.0.0Pawel Kasperkiewicz1-0/+12
Issue-ID: OOM-2526 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I5951e5777d7411b2cc44d13cf32cf31bd0d8e8c2
2020-09-03Merge "Update version from 1.2.0 to 2.0.0"2.0.0Bogumil Zebek6-9/+50
2020-09-03Update version from 1.2.0 to 2.0.0Pawel6-9/+50
Issue-ID: OOM-2526 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: If7e4f9258914384a430fe6475e3bb585b202722d
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-28Add truststore merger description in readmePiotr Marcinkiewicz2-1/+79
Issue-ID: DCAEGEN2-2253 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I522f40f86fd7433c9b3d3578cd819a294ea078e8
2020-08-28Merge "Add Certification merge logic"Bogumil Zebek50-245/+1816
2020-08-27Add Certification merge logicTomasz Wrobel50-245/+1816
Issue-ID: DCAEGEN2-2253 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I4157ce71373b41d9f7ee03b76d407ec7a2b17ec3
2020-08-19Fix README.mdBogumil Zebek2-2/+2
- add proper link to documentation - fix broken command to run csits locally Issue-ID: OOM-2526 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Ib296c60509098d87793dbf39b867573c20cd79e3
2020-08-11Merge "Add TruststoreFile provider"Bogumil Zebek30-14/+811
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-10Update documentationPawel4-7/+7
Issue-ID: OOM-2526 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I00475dea0c2d97c11e68b55aae29026cd2c84829
2020-08-06Fix maven build issue in truststore-mergerTomasz Wrobel9-21/+88
-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-05Merge "Removing AAF references from Cert-Service in OOM repo. Certificates ↵Bogumil Zebek177-976/+665
regenerated External files (from legacy AAF) removed"
2020-08-05Removing AAF references from Cert-Service in OOM repo.baniewsk177-977/+666
Certificates regenerated External files (from legacy AAF) removed Still left: * Sonar link, * Link to documentation, * Names of K8s resources in RTD documentation, * Link to CSITs Issue-ID: OOM-2526 Signed-off-by: Pawel Baniewski <pawel.baniewski@nokia.com> Change-Id: I675f7485160b9b8e46e9ea573550e62ed28ca607
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 Janeczek10-0/+432
Issue-ID: DCAEGEN2-2253 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Ieea2ed6eae212e09a1c818e54d1660ff566e3b09
2020-07-24Fix CertService local docker network bugAdam Wudzinski1-1/+1
Issue-ID: OOM-2524 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: I78278d0cf25f785ad778a22de6198179e62fe673