aboutsummaryrefslogtreecommitdiffstats
path: root/certService/src/test/java/org/onap
AgeCommit message (Collapse)AuthorFilesLines
2020-02-26Create logic responsible for selecting server based on CANameBartosz Gardziejewski3-6/+155
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I2d3b931862ecca7c1edc52fb61aa8c4dcd29e3ec
2020-02-24Added validation of configurationMichal Banka5-3/+326
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-20Merge "Refactoring of Cmpv2Client code for sending CertRequest"Bogumil Zebek1-0/+211
2020-02-20Refactoring of Cmpv2Client code for sending CertRequestEmmettCox1-0/+211
Issue-ID: AAF-1036 Signed-off-by: EmmettCox <emmett.cox@est.tech> Change-Id: Ic0d95b35abb3ca2406b77bbe6e0cd51da0968684
2020-02-20Merge "Load CMP Servers config from volume"Bogumil Zebek2-7/+118
2020-02-20Load CMP Servers config from volumeawudzins2-7/+118
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-19Remove cyclic dependencies and rename execeptions packageawudzins6-16/+12
Issue-ID: AAF-997 Signed-off-by: adamwudzinski <adam.wudzinski@nokia.com> Change-Id: Ib7a7da43ac616c74945490fd727c9ac7d7fc7cdd
2020-02-18Add configuration reading mechanism for CMP Serverawudzins1-0/+47
Issue-ID: AAF-997 Signed-off-by: adamwudzinski <adam.wudzinski@nokia.com> Change-Id: I66ca48b019544f970fb1db18236a093cae28b2aa
2020-02-14Handle exception thrown during base64 decodingBartosz Gardziejewski1-0/+38
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I37e47382dc998bead008c47e34e3de417312fefb
2020-02-14Merge "Suppress irrelevant Sonar warnings"Bogumil Zebek1-2/+3
2020-02-14Suppress irrelevant Sonar warningsBartosz Gardziejewski1-2/+3
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Id9181ccbf2e3e534f5f9c808924b174c1c86ce2f
2020-02-13Improve exception flowBartosz Gardziejewski6-47/+157
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I4d690fbe27364bc50b97ab42e64e610566d93ca0
2020-02-13Return hardcoded CA certs and certification chain.Bartosz Gardziejewski6-17/+123
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I38b498c4deeedc4ea4323065c5f7b5ddd137209f
2020-02-12Generate openAPI 3.0 specification.Bartosz Gardziejewski3-7/+7
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I3de5dae9688d89b3bac0d86beff982247667854d
2020-02-11Add decoding CSR received from client.Bartosz Gardziejewski6-0/+508
Issue-ID: AAF-995 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I7c868f4835397f58ae4e6fad0e764e21d886d3d3
2020-02-04Create project structurePawel Kasperkiewicz1-0/+33
Issue-ID: AAF-995 Signed-off-by: Pawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com> Change-Id: Ib9e2314e96e3d3e1bdae8fccbab3f8047cec1329