aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2020-07-22Automation adds INFO.yamlJessica Wagantall2-33/+41
Update INFO.yaml to reflect ownership to OOM Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-07-13Release docker image 1.2.0Piotr Marcinkiewicz1-0/+12
Issue-ID: DCAEGEN2-2252 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: If9879c118de63b5bfb414bf2ce23893349e2661d
2020-07-13Merge "Add subfolders creation"1.2.0Bogumil Zebek12-39/+88
2020-07-13Add subfolders creationkjaniak12-39/+88
Added new not existing subfolders creation in output path to allow CMPv2 integration. Top up version to 1.2.0 Issue-ID: DCAEGEN2-2252 Change-Id: I59f8dfa7fddc5eb3a3fdd80ce18eb3e2272e1bfb Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2020-07-09Merge "Change of expired certificates"Paweł Baniewski6-40/+42
2020-07-09Change of expired certificatesTomasz Wrobel6-40/+42
-Update makefile to generate certificates with one year of validity -Update existing certificates Issue-ID: AAF-1175 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I11322cebc29a46ab9ecf1648b2791ae7d97be367
2020-06-30Merge "Update RTD documentation"Paweł Baniewski3-23/+40
2020-06-30Update RTD documentationTomasz Wrobel3-23/+40
-Add release notes -Add description of output type parameter -Add description of new exit code (10 - file could not be created) Issue-ID: AAF-1152 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I5f534e167f0e8819e032d5620153165289adf00a
2020-06-29Merge "Add configuration for docker latest tag in .pom"Bogumil Zebek3-3/+3
2020-06-29Merge "Release docker image 1.1.0"Paweł Baniewski1-0/+12
2020-06-26Add configuration for docker latest tag in .pomTomasz Wrobel3-3/+3
Issue-ID: AAF-1152 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Ic1db70b08e3595efa806a3ceb4bdac089f3c1acd
2020-06-25Release docker image 1.1.0Remigiusz Janeczek1-0/+12
Issue-ID: AAF-1152 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I84272a12da588636a2dede7e1c45e501a80f7513
2020-06-25Fix sonar issuesPiotr Marcinkiewicz9-72/+88
Issue-ID: AAF-1152 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I6e6ec500720204af32b8581e97fc563ac5c81acb
2020-06-25Fix checkstyle warnings1.1.0Piotr Marcinkiewicz12-26/+26
Issue-ID: AAF-1152 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I77777db7080000c22ef3db9ff8e755dac8258c9e
2020-06-23Move ArtifcatsCreationProvider one level higherkjaniak45-177/+210
Code style cleanup (warnings from checkstyle). Issue-ID: AAF-1152 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: I0a8bbd998cd6aed4cf818ffe10c7fbffe99e9d22
2020-06-19Merge "Update README of CertServiceClient"Paweł Baniewski1-26/+6
2020-06-19Update README of CertServiceClientTomasz Wrobel1-26/+6
Issue-ID: AAF-1152 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I1eedd61d56b4489c31291394f38951f355ebbc8c