Commit cd715726 by Feanil Patel

Merge pull request #1091 from edx/feanil/sis_xqueue_basic_auth

Set the xqueue basic auth as well if we're using auth on the sandbox.
parents dbb7617f 220fff32
...@@ -108,6 +108,8 @@ if [[ $basic_auth == "true" ]]; then ...@@ -108,6 +108,8 @@ if [[ $basic_auth == "true" ]]; then
cat << EOF_AUTH >> $extra_vars_file cat << EOF_AUTH >> $extra_vars_file
NGINX_HTPASSWD_USER: $auth_user NGINX_HTPASSWD_USER: $auth_user
NGINX_HTPASSWD_PASS: $auth_pass NGINX_HTPASSWD_PASS: $auth_pass
XQUEUE_BASIC_AUTH_USER: $auth_user
XQUEUE_BASIC_AUTH_PASSWORD: $auth_pass
EOF_AUTH EOF_AUTH
fi 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