Add TLS init container 25/65525/3
authorJack Lucas <jflucas@research.att.com>
Mon, 10 Sep 2018 12:39:53 +0000 (12:39 +0000)
committerJack Lucas <jflucas@research.att.com>
Tue, 11 Sep 2018 15:55:11 +0000 (15:55 +0000)
commit22b358530d76c08b3dd01529237dcfe0d5a37017
tree04cbac0d098904816aefdd0c202dcf51b18703d8
parent0ecaffff56d207eef2d5d6cb37c5ccee7b817bbc
Add TLS init container

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>
15 files changed:
cm-container/get-type-files.sh
cm-container/pom.xml
k8s-bootstrap-container/build-plugins.sh
k8s-bootstrap-container/pom.xml
mvn-phase-script.sh
pom.xml
tls-init-container/Dockerfile-template [new file with mode: 0644]
tls-init-container/pom.xml [new file with mode: 0644]
tls-init-container/setup-tls.sh [new file with mode: 0755]
tls-init-container/tls/cacert.pem [new file with mode: 0644]
tls-init-container/tls/cert.pem [new file with mode: 0644]
tls-init-container/tls/jks.pass [new file with mode: 0644]
tls-init-container/tls/key.pem [new file with mode: 0644]
tls-init-container/tls/p12.pass [new file with mode: 0644]
tls-init-container/tls/trust.pass [new file with mode: 0644]