aboutsummaryrefslogtreecommitdiffstats
path: root/certService/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2020-02-24Added actuator for refreshing configurationTomasz Golabek1-1/+5
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-20Refactoring of Cmpv2Client code for sending CertRequestEmmettCox1-1/+10
Issue-ID: AAF-1036 Signed-off-by: EmmettCox <emmett.cox@est.tech> Change-Id: Ic0d95b35abb3ca2406b77bbe6e0cd51da0968684
2020-02-18Merge "Add spring developer tools"Bogumil Zebek1-0/+10
2020-02-18Add spring developer toolsAleksandra Maciaga1-0/+10
Issue-ID: AAF-997 Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: I86f9b41efa4157650149290c91509325d5bad7ca
2020-02-18Fix for not running testskjaniak1-54/+5
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-17Add of dummy testkjaniak1-18/+0
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-14Adding certServerClient module to repokjaniak1-42/+4
Issue-ID: AAF-996 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: I787c9a15bb2f9a63084eb3663368d5b707dc2452
2020-02-14Cleaned repo after work with CITomasz Golabek1-30/+1
Information added to readme, pom clean-up, etc. Issue-ID: AAF-997 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com> Change-Id: Ie1324bf4f4a27a580f5b3c041f62ba704add2638
2020-02-13Modified configuration of docker buildTomasz Golabek1-57/+30
Configuration of docker profile taken from hv-ves Issue-ID: AAF-997 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com> Change-Id: I37311477214b2f50b516fa64e951ae37d24137ce
2020-02-13Return hardcoded CA certs and certification chain.Bartosz Gardziejewski1-0/+6
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I38b498c4deeedc4ea4323065c5f7b5ddd137209f
2020-02-13Adjust docker versions and namesBartosz Gardziejewski1-4/+6
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: If9f9bd19b34c655d8277b2d981d357812c3371b2
2020-02-13Adjust versions in poms.Bartosz Gardziejewski1-2/+2
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ibb7680ff623164620a902a87f4f2323550ebef66
2020-02-13Adjust naming in poms.Bartosz Gardziejewski1-5/+4
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I5000958af20de776992398aa0be324a562d8b4c7
2020-02-13Change groupId in parent pom.Bartosz Gardziejewski1-1/+1
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I22923eb903ec2f02c0b8e7ac59273802cd0074e9
2020-02-12Removed SNAPHOTS from artifact versionTomasz Golabek1-2/+2
Should fix broken merge-java build Issue-ID: AAF-995 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com> Change-Id: I8940e2648060110c8afd4cd70c1f90e53268bb35
2020-02-12Merge "Generate openAPI 3.0 specification."Bogumil Zebek1-1/+32
2020-02-12Adds distributionManagement to main pomTomasz Golabek1-0/+19
Should fix broken merge-java build Issue-ID: AAF-995 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com> Change-Id: If95cee0fa80d6fcfa9e66978ba9335c398c8888b
2020-02-12Generate openAPI 3.0 specification.Bartosz Gardziejewski1-1/+32
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I3de5dae9688d89b3bac0d86beff982247667854d
2020-02-11Merge "Adds docker profile to cert-service"Bogumil Zebek1-7/+56
2020-02-11Add decoding CSR received from client.Bartosz Gardziejewski1-1/+11
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I7c868f4835397f58ae4e6fad0e764e21d886d3d3
2020-02-11Adds docker profile to cert-serviceTomasz Golabek1-8/+56
Some additional steps are added to cert-service configuration like publishing docker images Issue-ID: AAF-995 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com> Change-Id: I9f802d1ffed012211989586405b63dab987b57b3
2020-02-10Add docker image building to maven configurationPawel1-0/+56
Issue-ID: AAF-995 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I26862c9f2597ff058f869320ebd3948030b63051
2020-02-10Added parent pom.xmlPawel1-4/+3
Issue-ID: AAF-995 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I28c87a05b6604d52c7b02ef9f7a7b78bfbb08da1
2020-02-07Add endpoint for CSR, that will log received data.Bartosz Gardziejewski1-0/+6
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I6f2ab981669158c3b4c8d8c26fa829f7967aa712
2020-02-07Create logger for trace, audit, errorPawel Kasperkiewicz1-0/+12
Issue-ID: AAF-995 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Icda76509e23315910a52645d746ad4c7b80bf01e
2020-02-05Create healthcheck WSPawel1-0/+6
Issue-ID: AAF-995 Signed-off-by: Pawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com> Change-Id: Ie356ccaa583bcbdcafffb4b15a5db43a1d01ed95
2020-02-04Create project structurePawel Kasperkiewicz1-0/+144
Issue-ID: AAF-995 Signed-off-by: Pawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com> Change-Id: Ib9e2314e96e3d3e1bdae8fccbab3f8047cec1329