summaryrefslogtreecommitdiffstats
path: root/tls-init-container
AgeCommit message (Collapse)AuthorFilesLines
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>