summaryrefslogtreecommitdiffstats
path: root/tls-init-container
AgeCommit message (Collapse)AuthorFilesLines
2020-02-03Provide truststore in JKS format2.1.0Jack Lucas2-2/+23
Issue-ID: DCAEGEN2-1938 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: Ibd10d4e833bede448ebbc9b5e0e5be5a84155835
2020-01-30Remove trailing newline in password files2.0.1Jack Lucas2-4/+4
Issue-ID: DCAEGEN2-2039 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: I5b54b6cbc45b0cec129e5ff1d6894c1d64bd3d49
2019-09-20Initial tls container for dynamic generationJack Lucas13-369/+78
Issue-ID: DCAEGEN2-917 Change-Id: Ifeae71973f0a8388c70128398dbb356b511dec3e Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-04-10Fix dashboard bootstrapJack Lucas1-23/+0
Also remove deployment of datafile collector. Remove generated Dockerfiles. Issue-ID: DCAEGEN2-1418 Issue-ID: DCAEGEN2-1419 Change-Id: Ie2394fcd47ff9f80178e1e1aa2f1f383c4db700e Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-04-10Update DCAE certs to include BBS-epdfarrelly9-244/+250
Issue-ID: DCAEGEN2-1414 Change-Id: I1eafdfdeb6f222a8e78f916e2e9c5e32be5161d2 Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-04-08Bulk update to deploymentVijay Venkatesh Kumar1-0/+23
1) Removed pnda folder (moved to pnda repo) 2) Moved older R3 - heat repo into archive folder 3) Added Dmaap plugin 4) Added new blueprints for Dashboard/helm Change-Id: I82cb8c482a0a35fe8094da825e7403b0fc4ee33b Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1270 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2019-03-19Update certs to include PM Mapperdfarrelly9-233/+237
Issue-ID: DCAEGEN2-1297 Change-Id: Idfccbbf9d61986a8a8f4e13b54a8637eb32dbd4b Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-03-01Update DCAE TLS certJack Lucas10-286/+274
Issue-ID: DCAEGEN2-1307 Change-Id: I2cf827175394de04c7a4d15ae975c65ba25c3519 Signed-off-by: Jack Lucas <jflucas@research.att.com>
2018-09-15fix tls build errorVijay VK1-1/+1
Change-Id: I2fc96fbc04c2691081b7683e2bbc3e12b213e828 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-591
2018-09-14adding dcae cert for testVijay VK9-61/+275
Test DCAE certificates generated against AAF test (on pod25) Combination of this TLScontainer and K8S plugin will be used under OOM deployment to expose the certificate into service requiring TLS support The container itself will be updated to generate cert dynamically (waiting on documentation from AAF team), until using pre-baked cert for test Files renamed and base64 encoded as below from default names org.onap.dcae.jks -->cert.jks.b64 org.onap.dcae.trust.jks -->trust.jks.b64 Change-Id: I32a8d1eb0806b2e95b30d16b1f25034180be9df5 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-591 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2018-09-11Add TLS init containerJack Lucas9-0/+344
Remove the binary .jks and .p12 files. Also update bootstrap container to load latest version of k8s plugin Update CM container to load latest version of k8s type file Change-Id: I6ad5dfdf7b5c4c485a3c6e4b921405c6061143e8 Issue-ID: DCAEGEN2-591 Signed-off-by: Jack Lucas <jflucas@research.att.com>