Updated mirror config
diff --git a/tasks/online/download-bootstrap-with-no-proxy.yml b/tasks/online/download-bootstrap-with-no-proxy.yml
index aba6251..adfd0d5 100644
--- a/tasks/online/download-bootstrap-with-no-proxy.yml
+++ b/tasks/online/download-bootstrap-with-no-proxy.yml
@@ -4,7 +4,7 @@
     dest_dir: '{{ opdk_installer_path }}'
     version: '{{ opdk_version }}'
     url: '{{ apigee_repo_url | default(default_apigee_repo_url) }}'
-    user_name: '{{ apigee_repo_user }}'
-    password: '{{ apigee_repo_password }}'
+    user_name: '{{ apigee_repo_user | default(default_apigee_repo_user) }}'
+    password: '{{ apigee_repo_pass | default(default_apigee_repo_pass) }}'
   register: results