stardog-union / helm-charts

Stardog Helm Charts
Apache License 2.0
9 stars 12 forks source link

remove password from standard out of post-install job #48

Closed igable closed 3 years ago

igable commented 3 years ago

On first install, the post-install job sets the admin password for Stardog. This password is echoed to the standard out because the set -x builtin is enabled when the change_pw function is called. This should be removed because of the possibility of the password being swept up in logs.