aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-02-27Implementation of CSR procedurepwielebs8-8/+275
Issue-ID: AAF-996 Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Change-Id: Id294259b292e2d355be9c70ab4f7eb7017c8c150
2020-02-27Merge "Verifying certchain and returning certchain and TrustStore"Bogumil Zebek11-87/+615
2020-02-27Verifying certchain and returning certchain and TrustStoreEmmettCox11-87/+615
Issue-ID: AAF-1037 Signed-off-by: EmmettCox <emmett.cox@est.tech> Change-Id: Iaab754ff5f568b2f2e1aeac8dbed279e20b09b3b
2020-02-27Replacement of RuntimeException with Exception classkjaniak10-57/+26
Clean up in tests and run method. Issue-ID: AAF-996 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: I2abbfa9af4a77960cb65e9b9ecfcb058eb69cf12
2020-02-27Refactor CSR model to be POJOBartosz Gardziejewski7-63/+198
Issue-ID: AAF-997 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ia06dd580a64e56dcf1d8bf5f3db6fe6394cdb1c8
2020-02-26Merge "Fix fat jar creation of certservice-client"Bogumil Zebek1-0/+11
2020-02-26Merge "Create logic responsible for selecting server based on CAName"Bogumil Zebek10-12/+280
2020-02-26Create logic responsible for selecting server based on CANameBartosz Gardziejewski10-12/+280
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I2d3b931862ecca7c1edc52fb61aa8c4dcd29e3ec
2020-02-26Fix fat jar creation of certservice-clientRemigiusz Janeczek1-0/+11
Exclude signed manifest files from dependencies Issue-ID: AAF-996 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I3a3bcd0e35c9b57cee96b132a5f2ac9924735e6d
2020-02-26Merge "Implementation of KeyPair generation"Bogumil Zebek29-123/+466
2020-02-26Implementation of KeyPair generationkjaniak29-123/+466
Issue-ID: AAF-996 Change-Id: I97626d122033127d5bb234d134c20d0b5a6d7c03 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2020-02-25Add OpenAPI documentation in yamlBartosz Gardziejewski1-0/+92
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I4ebae5f7eea441d7dac45c18fc565482c2ea322a
2020-02-25Remove re-constructing CmpServersConfigBartosz Gardziejewski1-1/+0
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Iedda06c0fc074b026d92b6c08ef7dc4c2946e9e4
2020-02-24Align loggingawudzins2-10/+9
Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Issue-ID: AAF-997 Change-Id: I35719fcc69c5227e65e273451a52c3c29cf11cfc
2020-02-24Added validation of configurationMichal Banka16-17/+630
Fields are being validated right after reading servers details from JSON (when application starts). Created own annotation to validate server URL with proper requirements. When invalid details are given application closes. Signed-off-by: Michal Banka <michal.banka@nokia.com> Change-Id: I3e476266056ec0fb637f01f9d4d4c63b1f0d1c6a Issue-ID: AAF-997
2020-02-24Merge "Added actuator for refreshing configuration"Bogumil Zebek6-6/+39
2020-02-24Added actuator for refreshing configurationTomasz Golabek6-6/+39
Cloud-config dependency is provided Event listener introduced to handle refresh call Refresh endpoint exposed Fixed docker-compose to start locally and use build images Update repositories for docker image and install vim on it Issue-ID: AAF-997 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com> Change-Id: Iee005518c901dad7730c5f48c410ec89850f1425
2020-02-21Merge "Add of logging for certservice-client"Bogumil Zebek5-9/+95
2020-02-21Add of logging for certservice-clientkjaniak5-9/+95
Issue-ID: AAF-996 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: I8bed44937da32fff863df724adc023f546b5e12e
2020-02-21Merge "Plugins reorder"Bogumil Zebek2-20/+21
2020-02-21Plugins reorderJoanna Jeremicz2-20/+21
Shade plugin should run before docker image is built Issue-ID: AAF-996 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I212e029a8f8e1ca15fadc97232dce0205153c980
2020-02-20Merge "Refactoring of Cmpv2Client code for sending CertRequest"Bogumil Zebek18-2/+1693
2020-02-20Refactoring of Cmpv2Client code for sending CertRequestEmmettCox18-2/+1693
Issue-ID: AAF-1036 Signed-off-by: EmmettCox <emmett.cox@est.tech> Change-Id: Ic0d95b35abb3ca2406b77bbe6e0cd51da0968684
2020-02-20Merge "Create fat jar"Bogumil Zebek2-1/+21
2020-02-20Merge "Load CMP Servers config from volume"Bogumil Zebek10-124/+255
2020-02-20Merge "Add documentation"Bogumil Zebek10-0/+151
2020-02-20Load CMP Servers config from volumeawudzins10-124/+255
Create Kubernetes secret to store Cmp Server config file and mount it to container as volume Issue-ID: AAF-997 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: I163b720ce14729328af34dd61e6eb0108c76d58b
2020-02-20Create fat jarJoanna Jeremicz2-1/+21
with shade plugin Issue-ID: AAF-996 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I7664a4c26232682e519d0c0a31f84104e6faa5a1
2020-02-20Merge "Add functionality for reading ENV variables"Bogumil Zebek19-0/+939
2020-02-20Add functionality for reading ENV variablespwielebs19-2/+939
Issue-ID: AAF-996 Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Change-Id: If216040d59390f0956bae7f747c8cb6bce2a7f9f
2020-02-20Merge "Create Dockerfile"Bogumil Zebek2-2/+98
2020-02-20Create DockerfileJoanna Jeremicz2-2/+98
- Added Dockerfile to certServiceClient - Added docker maven profile to certServiceClient Issue-ID: AAF-996 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com> Change-Id: I97e81ca24030cbc305b8aa55d1fec51d8eb94959
2020-02-19Add documentationAleksandra Maciaga10-0/+151
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Issue-ID: AAF-997 Change-Id: I1c451a8e7060ff565f7e6bfe5290d3fd96f6bebd
2020-02-19Remove cyclic dependencies and rename execeptions packageawudzins14-28/+25
Issue-ID: AAF-997 Signed-off-by: adamwudzinski <adam.wudzinski@nokia.com> Change-Id: Ib7a7da43ac616c74945490fd727c9ac7d7fc7cdd
2020-02-18Merge "Add configuration reading mechanism for CMP Server"Bogumil Zebek9-0/+375
2020-02-18Merge "Add first test of System.exit"Bogumil Zebek5-14/+74
2020-02-18Add configuration reading mechanism for CMP Serverawudzins9-0/+375
Issue-ID: AAF-997 Signed-off-by: adamwudzinski <adam.wudzinski@nokia.com> Change-Id: I66ca48b019544f970fb1db18236a093cae28b2aa
2020-02-18Add first test of System.exitkjaniak5-14/+74
Issue-ID: AAF-996 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: Id0ee4d6a08e7050ef080f0e1fadea8c07459571c
2020-02-18Merge "Add spring developer tools"Bogumil Zebek2-0/+16
2020-02-18Add spring developer toolsAleksandra Maciaga2-0/+16
Issue-ID: AAF-997 Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: I86f9b41efa4157650149290c91509325d5bad7ca
2020-02-18Merge "Fix for not running tests"Bogumil Zebek5-72/+90
2020-02-18Fix for not running testskjaniak5-72/+90
Junit5 version lowered. 5.6.0 Junit5 has issues with maven-surefire-plugin Issue-ID: AAF-996 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: I17489f106d42d4c0b66d8f68ef500fba2b68f261
2020-02-17Merge "Created docker-compose with ejbca and certservice"Bogumil Zebek3-1/+62
2020-02-17Created docker-compose with ejbca and certserviceMichal Banka3-1/+62
Docker-compose should run configured EJBCA and certservice. Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: AAF-997 Change-Id: I2c815c7a97636e31cc07d8a6d7a172a3895523b7
2020-02-17Merge "Add of dummy test"Bogumil Zebek5-19/+75
2020-02-17Add of dummy testkjaniak5-19/+75
pluginManagement section moved to parent pom.xml Rename of package to follow conventions. Issue-ID: AAF-996 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: Id0e011408b149270da88157d1568a23b4709514b
2020-02-16Merge "Add more logs and handling DecoderException"Bogumil Zebek4-4/+24
2020-02-14Adding certServerClient module to repokjaniak4-42/+144
Issue-ID: AAF-996 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: I787c9a15bb2f9a63084eb3663368d5b707dc2452
2020-02-14Add more logs and handling DecoderExceptionBartosz Gardziejewski4-4/+24
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I4142176b4d0125a9dd8da27d0db593a9df10b783
2020-02-14Merge "Handle exception thrown during base64 decoding"Bogumil Zebek2-11/+53