external_db_user=$(credhub get -n ${GENESIS_CREDHUB_ROOT}/external_db_user -j 2>/dev/null | jq -r '.value')
if [[ ${external_db_user} != "" ]] ; then
describe >&2 "#Y{{WARNING}} You must set params.external_db_user to '((external_db_user))' "\
"in your #C{$GENESIS_ENVIRONMENT.yml} to use the username that was located in vault"
fi