UNCLASSIFIED - NO CUI

Skip to content

Added password hashing to entrypoint

Lorenze Corcuera requested to merge admin-pw into development

What is your Merge about?

Following what databases like MySQL typically do for their containers, the root password is passed into the container, rather than doing the hashing outside the container as a separate process. This makes it easier to use the container image.

Merge request reports