aboutsummaryrefslogtreecommitdiffstats
path: root/certService/src/main/java/org/onap/aaf/certservice/certification
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Removing AAF references from Cert-Service in OOM repo.baniewsk32-1814/+0
2020-03-31Fix sonar issue CertificationModelFactoryedyta1-1/+0
2020-03-31Fix sonar issueedyta1-1/+1
2020-03-27Refactor CmpResponseHelper to support intermediate certificateBartosz Gardziejewski1-3/+4
2020-03-24Add validation for uniqueness of CA namesMichal Banka3-8/+29
2020-03-23Removed dependency to cmpv2client adapterMichal Banka5-95/+41
2020-03-20Removed unused parameters when creating certificateMichal Banka2-39/+4
2020-03-18Remove CSRMeta class dependencyMichal Banka3-99/+8
2020-03-18Resolve all checkstyle warningsBartosz Gardziejewski19-83/+106
2020-03-16Fixed sonar issues in Split class and refactor it0.0.1Michal Banka1-7/+10
2020-03-12Fixed sonar issues in CertificationModelFactory classMichal Banka1-8/+0
2020-03-12Merge "Fixed sonar issues in CSRMeta class"Bogumil Zebek1-5/+5
2020-03-11Fixed sonar issues in CSRMeta classMichal Banka1-5/+5
2020-03-10Add annotation for OpenAPI 3.0 documentation generationBartosz Gardziejewski2-103/+1
2020-03-06Merge "Create Readiness Endpoint"Bogumil Zebek1-5/+12
2020-03-06Remove logging of received private keyBartosz Gardziejewski2-2/+0
2020-03-05Create Readiness Endpointawudzins1-5/+12
2020-03-05Create adapter for Cmpv2ClientBartosz Gardziejewski14-47/+584
2020-03-04Fix reload endpoint to return statusawudzins5-31/+72
2020-02-27Refactor tests for configurationBartosz Gardziejewski1-2/+1
2020-02-27Refactor CSR model to be POJOBartosz Gardziejewski3-28/+112
2020-02-26Create logic responsible for selecting server based on CANameBartosz Gardziejewski6-5/+124
2020-02-25Remove re-constructing CmpServersConfigBartosz Gardziejewski1-1/+0
2020-02-24Added validation of configurationMichal Banka10-14/+302
2020-02-24Added actuator for refreshing configurationTomasz Golabek1-2/+23
2020-02-20Merge "Load CMP Servers config from volume"Bogumil Zebek2-22/+25
2020-02-20Load CMP Servers config from volumeawudzins2-22/+25
2020-02-19Remove cyclic dependencies and rename execeptions packageawudzins7-11/+12
2020-02-18Add configuration reading mechanism for CMP Serverawudzins6-0/+280
2020-02-14Add more logs and handling DecoderExceptionBartosz Gardziejewski4-4/+24
2020-02-14Handle exception thrown during base64 decodingBartosz Gardziejewski1-11/+15
2020-02-13Improve exception flowBartosz Gardziejewski7-22/+137
2020-02-13Return hardcoded CA certs and certification chain.Bartosz Gardziejewski9-5/+320
2020-02-12Generate openAPI 3.0 specification.Bartosz Gardziejewski2-4/+4
2020-02-11Add decoding CSR received from client.Bartosz Gardziejewski4-0/+226