Commit 220fff32 by Feanil Patel

Set the xqueue basic auth as well if we're using auth on the sandbox.

parent 63811fdb
......@@ -108,6 +108,8 @@ if [[ $basic_auth == "true" ]]; then
cat << EOF_AUTH >> $extra_vars_file
NGINX_HTPASSWD_USER: $auth_user
NGINX_HTPASSWD_PASS: $auth_pass
XQUEUE_BASIC_AUTH_USER: $auth_user
XQUEUE_BASIC_AUTH_PASSWORD: $auth_pass
EOF_AUTH
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment