Skip to content

DCS Containers: $DISABLE_TLS not working correctly #66

@mp-jpl

Description

@mp-jpl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions