The startup scripts in the DCS Containers have unused code for importing TLS artifacts from a mounted directory that is not longer used, and do not handle the $DISABLE_TLS environment variable properly.
Simplify the scripts to remove unnecessary portions of TLS import code.
Should set a default of "false" for $DISABLE_TLS. If $DISABLE_TLS is true, then use ammos-truststore.jks instead of ammos-mtls-truststore.jks. Currently, ammos-mtls-truststore.jks is not imported if $DISABLE_TLS is true, but ammos-truststore.jks is not used instead.
The startup scripts in the DCS Containers have unused code for importing TLS artifacts from a mounted directory that is not longer used, and do not handle the $DISABLE_TLS environment variable properly.
Simplify the scripts to remove unnecessary portions of TLS import code.
Should set a default of "false" for $DISABLE_TLS. If $DISABLE_TLS is true, then use ammos-truststore.jks instead of ammos-mtls-truststore.jks. Currently, ammos-mtls-truststore.jks is not imported if $DISABLE_TLS is true, but ammos-truststore.jks is not used instead.