summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-06-25Fix checkstyle warnings1.1.0Piotr Marcinkiewicz12-26/+26
Issue-ID: AAF-1152 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I77777db7080000c22ef3db9ff8e755dac8258c9e
2020-06-23Move ArtifcatsCreationProvider one level higherkjaniak45-177/+210
Code style cleanup (warnings from checkstyle). Issue-ID: AAF-1152 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: I0a8bbd998cd6aed4cf818ffe10c7fbffe99e9d22
2020-06-19Merge "Update README of CertServiceClient"Paweł Baniewski1-26/+6
2020-06-19Update README of CertServiceClientTomasz Wrobel1-26/+6
Issue-ID: AAF-1152 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I1eedd61d56b4489c31291394f38951f355ebbc8c
2020-06-19Add creation JKS artifactPiotr Marcinkiewicz10-110/+208
Issue-ID: AAF-1152 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I8b38dc07ddbf6758e0c4c036100572b350dceab9
2020-06-18Add PEM artifacts creationJoanna Jeremicz14-229/+362
with unit tests Issue-ID: AAF-1152 Change-Id: I95afd62330f3111f916507d628d142262ff951cc Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2020-06-18Merge "Top up of certServiceClient version"Bogumil Zebek7-12/+12
2020-06-18Merge "Modify UT after adding output type parameter"Paweł Baniewski1-0/+2
2020-06-18Add validation for OUTPUT_TYPE parameter (2)pwielebs3-7/+18
Issue-ID: AAF-1152 Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Change-Id: I026d7979dcb35ccd3c953217b2eccf376cfaf85b
2020-06-18Top up of certServiceClient versionkjaniak7-12/+12
Version switched to 1.1.0. Issue-ID: AAF-1152 Change-Id: I15e930d92ac18a1dcc9a479d7c2b59392616262b Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2020-06-18Modify UT after adding output type parameterPiotr Marcinkiewicz1-0/+2
Issue-ID: AAF-1152 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: Iaab02cb87f9a364f42e3e51d8714e3c8e5837856
2020-06-17Add validation for OUTPUT_TYPE parameterpwielebs5-9/+59
Issue-ID: AAF-1152 Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Change-Id: Iec46b8a7b8e1818b62877f5272368636dc1929a0
2020-06-16Remove unnecessary exceptionsTomasz Wrobel6-103/+3
Issue-ID: AAF-1152 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Ie343cd2e3006f9217db5b8454c060eb8c1d3e9e3
2020-06-16Refactor flow of cert files generation, based on OUTPUT_TYPE parameterTomasz Wrobel10-105/+283
-Add artifacts creator provider (strategy pattern) -Refactor KeystoreTruststoreCreator -Add new exception: CertOutputTypeNotSupported -Change Unit tests Issue-ID: AAF-1152 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: If2b2fa50d551e72f19319d781bfb6079d07c7b83
2020-06-15Merge "Added new status code and exception for input parameter validation."Paweł Baniewski2-1/+36
2020-06-10Add output type env to certservice client configurationPiotr Marcinkiewicz5-3/+25
- add new enum value OUTPUT_TYPE - add reading new OUTPUT_TYPE env in EnvsForClient - add handling output type to ClientConfigurationFactory Issue-ID: AAF-1152 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I60269c3befff90f685e16a8e7255674df6ca9368
2020-06-10Added new status code and exception for input parameter validation.Jan Malkiewicz2-1/+36
- new exit code OUTPUT_TYPE_PARAMETER_VALIDATION_EXCEPTION - new exception OutputTypeParameterValidationException Issue-ID: AAF-1152 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: I3b76c05057250dd86651fa30828a977a8fa1cd2d
2020-05-28Update css file name in conf.pylf-jobbuilder1-1/+1
ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ia8f9eda20890a92545b15d40bb76f4f1ed627006
2020-05-22Upgrade version to 1.0.2edyta7-7/+54
Issue-ID: AAF-1091 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I679ae099357aa9fd27539ae852d1af032bbc3ee8
2020-05-22Release image 1.0.1edyta2-1/+13
Issue-ID: AAF-1091 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Id086f82582141be7dde1b39fadc119f7d76361e6
2020-05-22Merge "Update CertService Installation Documentation"Bogumil Zebek1-10/+15
2020-05-22Update CertService Installation DocumentationAdam Wudzinski1-10/+15
Issue-ID: AAF-1091 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: Iefbdee500dd15183246004f8779ef25e3e9abe78
2020-05-21Merge "Fix documentation"Bogumil Zebek12-80/+129
2020-05-21Fix documentation1.0.1Aleksandra Maciaga12-80/+129
Issue-ID: AAF-1091 Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: I057f20fa82057affae18dbaae5c0f4d0b979bde5
2020-05-20Improve code coverage for CertServiceClientpwielebs4-2/+325
Issue-ID: AAF-996 Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Change-Id: I2d9c5143446be73e3576f006359e734f5f2300d4
2020-05-08Update CertService Introduction DocumentationAleksandra Maciaga9-11/+56
Issue-ID: AAF-1091 Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Change-Id: Ica4596e08648b49782316be48769395223a15397
2020-04-29Update CertService Usage DocumentationAdam Wudzinski1-7/+20
Updated example deployment to include TLS changes Issue-ID: AAF-1091 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: I61bef9914f8e76e42fd65910edbb3cb9f42197dc
2020-04-29Merge "Fix How to use functionality page."Paweł Baniewski1-26/+27
2020-04-29Merge "Fix CertService configuration documentation"Bogumil Zebek1-27/+81
2020-04-28Fix CertService configuration documentationAdam Wudzinski1-27/+81
Issue-ID: AAF-1091 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: Ia21a5aaa68a216343394c2bd4021f349f923b665
2020-04-28Update release noteBogumil Zebek1-5/+3
Issue-ID: AAF-1132 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Ic8d37e5033e17412f14fd373ea5d260f0d3730f3
2020-04-24Remove non-existing target from MakefileAdam Wudzinski2-1/+3
Issue-ID: AAF-1133 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: Ib720d2b6ff31589932b6212d69d5ac2f474e1091
2020-04-24Fix wrong ExitStatus for TLS ExceptionAdam Wudzinski3-2/+90
Issue-ID: AAF-1132 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: I4c7039416277a8cf9eb31e149a91c44e06367308
2020-04-24Fix How to use functionality page.Tomasz Wrobel1-26/+27
Issue-ID: AAF-1091 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I328bf5d6d31dcd5745d5b80b64dc28c5b62f54e2
2020-04-23Update CertClient DocumentationTomasz Wrobel5-101/+185
Update and Move CertClient description to usage page, add empty troubleshooting page. Issue-ID: AAF-1091 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I0b9ef819875f5c20942208957b828185d08b8950
2020-04-23Merge "Add mTLS certificates generation documentation"Bogumil Zebek1-0/+28
2020-04-23Merge "Update documentation related to configuration"Bogumil Zebek1-2/+131
2020-04-22Revert documentation of offered Apis formatedyta1-1/+160
Cause: Change does not work in ONAP documentation Issue-ID: AAF-1091 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: Ib6c64ddbe8caa5ca34ad3ec9e651cc0b481e00f3
2020-04-22Add mTLS certificates generation documentationAdam Wudzinski1-0/+28
Signed-off-by: Adam Wudzinski <Adam.Wudzinski@nokia.com> Issue-ID: AAF-1091 Change-Id: I69199e98a50c2e18be7b45bf6097842459247d6e
2020-04-22Update documentation related to configurationAdam Wudzinski1-2/+131
Signed-off-by: Adam Wudzinski <Adam.Wudzinski@nokia.com> Issue-ID: AAF-1091 Change-Id: I3b14febcf84a966d3d17b41c6500ec4fefdb62de
2020-04-21Merge "Update documentation"Bogumil Zebek2-12/+45
2020-04-21Changed OpenApi directory to fixed issue: missing documentation of offeredApisedyta2-1/+1
Issue-ID: AAF-1091 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I57265d8de1bc87e4f87572fdd8992cd3d634410c
2020-04-20Update documentationAleksandra Maciaga2-12/+45
Signed-off-by: Aleksandra Maciaga <aleksandra.maciaga@nokia.com> Issue-ID: AAF-1091 Change-Id: I7b9b4211dc8f2a191dfc7b4249e74a42902b2b01
2020-04-16Set a new versionBogumil Zebek5-7/+7
Configure project to next release Issue-ID: AAF-1083 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: Ie4f00fef951c90ee314cd767581101dc3a6bb9bd
2020-04-16Merge "Release containers"Paweł Baniewski2-1/+18
2020-04-16Release containersBogumil Zebek2-1/+18
Issue-ID: AAF-1083 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I43a3c19c463a0979011fd0c5edac24d5173be2ab
2020-04-16Formated offered apis yamledyta3-162/+2
Issue-ID: AAF-1091 Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Change-Id: I5a103ef53b62c6dec849ff51cc871df26a7922c2
2020-04-09Refactor run client step in makefile1.0.0awudzins2-8/+1
Change run-client target in Makefile to automatically remove container after execution. Remove stop-client target, because it's not needed anymore Issue-ID: AAF-1118 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: Ifbe1803598f23be507ad5c71a11582b03ca2c189
2020-04-09Merge "Adding EJBCA configuration to Documentation"Bogumil Zebek1-0/+30
2020-04-09Merge "Remove helm charts from CertService"Bogumil Zebek16-228/+1