[COMMON] Enable importing custom certificates to truststore using certInitializer 34/110134/12
authorJozsef Csongvai <jozsef.csongvai@bell.ca>
Mon, 13 Jul 2020 15:10:25 +0000 (11:10 -0400)
committerJozsef Csongvai <jozsef.csongvai@bell.ca>
Tue, 25 Aug 2020 15:35:52 +0000 (11:35 -0400)
commit9d4d5afbb9bb4d850b171f3ca7819d898bf6adbb
treedb35af7fdb09c0f5e8473f3918d613039e61ae0a
parentf5620211cd946fdddf6cfab4c4551394668c7491
[COMMON] Enable importing custom certificates to truststore using certInitializer

ONAP deployments may require the use of custom certificates. Instead of
manually adding certificates to the truststore file, users can now add
their .pem certificates under certInitializer/resources and have them
imported automatically by an init container. The updated truststore can
then be mounted to a component by providing a truststoreMountpath.

Issue-ID: OOM-2509
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I896c729143346738e91fa57f895ba48043b253c1
kubernetes/common/certInitializer/resources/import-custom-certs.sh [new file with mode: 0755]
kubernetes/common/certInitializer/templates/_certInitializer.yaml
kubernetes/common/certInitializer/values.yaml
kubernetes/sdnc/values.yaml