mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -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
|
- name: Invoke Import API
|
||||||
uri:
|
uri:
|
||||||
url: http://localhost:7990/rest/api/1.0/migration/imports
|
url: http://admin:{{ atl_bitbucket_admin_password }}@localhost:7990/rest/api/1.0/migration/imports
|
||||||
user: admin
|
|
||||||
password: "{{ atl_bitbucket_admin_password }}"
|
|
||||||
method: POST
|
method: POST
|
||||||
force_basic_auth: yes
|
|
||||||
follow_redirects: yes
|
follow_redirects: yes
|
||||||
creates: "{{ atl_product_home_shared }}/data/migration/import/lock.file"
|
creates: "{{ atl_product_home_shared }}/data/migration/import/lock.file"
|
||||||
body: "{ \"archivePath\": \"{{ atl_bitbucket_dataset_url | basename }}\" }"
|
body: "{ \"archivePath\": \"{{ atl_bitbucket_dataset_url | basename }}\" }"
|
||||||
|
|||||||
Reference in New Issue
Block a user