UNCLASSIFIED - NO CUI

Skip to content

Changed to generate password

Lorenze Corcuera requested to merge admin-pw-change into development

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