mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
remove basic auth
This commit is contained in:
committed by
Steve Smith
parent
3c283ca1ff
commit
88e7b87518
@@ -15,11 +15,8 @@
|
||||
|
||||
- name: Invoke Import API
|
||||
uri:
|
||||
url: http://localhost:7990/rest/api/1.0/migration/imports
|
||||
user: admin
|
||||
password: "{{ atl_bitbucket_admin_password }}"
|
||||
url: http://admin:{{ atl_bitbucket_admin_password }}@localhost:7990/rest/api/1.0/migration/imports
|
||||
method: POST
|
||||
force_basic_auth: yes
|
||||
follow_redirects: yes
|
||||
creates: "{{ atl_product_home_shared }}/data/migration/import/lock.file"
|
||||
body: "{ \"archivePath\": \"{{ atl_bitbucket_dataset_url | basename }}\" }"
|
||||
|
||||
Reference in New Issue
Block a user