summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-23[OOM-CMPv2] Release CertService containers in version 2.1.0Jan Malkiewicz1-0/+14
Added module oom-certservice-post-processor with following functionality: * appending CMPv2 certificates to CertMan truststore * replacing CertMan keystore with CMPv2 keystore Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: Id2249f6664ae4317600e04994263d83908ba864d
2020-09-23[OOM-CMPv2] Update version to 2.1.0Jan Malkiewicz5-8/+8
Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: I112f84ec3265df105ed3a03e79bb17ac53e641c2
2020-09-21Merge "[OOM-CMPv2] Rename module and docker image"Paweł Baniewski5-18/+18
2020-09-21[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: Ie68c35e232504d012d4bf1d73ae775b2c0742d96
2020-09-18[OOM-CMPv2] Rename module and docker imageJan Malkiewicz5-18/+18
Rename: oom-truststore-merger -> oom-certservice-post-processor Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: Ide128ffcab5fb3c45b646dca95512735efccb2ad
2020-09-18[OOM-CMPv2] Rename module folder truststoreMerger -> certServicePostProcessorJan Malkiewicz72-1/+1
Issue-ID: DCAEGEN2-2253 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: I975f37507f7f79c238f1eac15f375fe64761c80c
2020-09-18Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-2/+1
2020-09-18Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-6/+3
2020-09-18Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-6/+1
2020-09-18Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-1/+0
2020-09-18Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-1/+1
2020-09-18Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-3/+2
2020-09-18Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-4/+1
2020-09-18Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-6/+4
2020-09-18Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-0/+2
2020-09-17[OOM-CPMv2] Fix sonar issuetkogut1-2/+2
Fix assertions which do not test Issue-ID: OOM-2526 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: I4024cfee7c6da486db5ded1a9c33b0605691875b
2020-09-17Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-7/+2
2020-09-17Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-1/+1
2020-09-17Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-5/+3
2020-09-17Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-1/+1
2020-09-17Merge "[OOM-CPMv2] Fix sonar issue"Bogumil Zebek1-1/+1
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