You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should do something like a if [ ! -z $SENSU_ADMIN_USERNAME ]; then... to eradicate the last of the old default username and password.
To init users could docker run -E "SENSU_ADMIN_USERNAME=${SENSU_USERNAME}" -E "SENSU_ADMIN_PASSWORD=${SENSU_PASSWORD}" sensu/sensu:7.0.0 sensu-backend start to start + init...
The text was updated successfully, but these errors were encountered:
We should do something like a
if [ ! -z $SENSU_ADMIN_USERNAME ]; then...
to eradicate the last of the old default username and password.To init users could
docker run -E "SENSU_ADMIN_USERNAME=${SENSU_USERNAME}" -E "SENSU_ADMIN_PASSWORD=${SENSU_PASSWORD}" sensu/sensu:7.0.0 sensu-backend start
to start + init...The text was updated successfully, but these errors were encountered: