Merge pull request #591 from elastic/not_so_basic

Add back in force_basic_auth for all http requests
This commit is contained in:
Michael Russell 2019-07-10 16:30:11 +02:00 committed by GitHub
commit 5be8377402
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@
status_code: 200
user: "{{es_api_basic_auth_username | default(omit)}}"
password: "{{es_api_basic_auth_password | default(omit)}}"
force_basic_auth: yes
body_format: json
body: "{{ lookup('file', item) }}"
when: load_templates.changed and es_start_service

View file

@ -8,6 +8,7 @@
body_format: json
body: "{{ es_xpack_license }}"
return_content: yes
force_basic_auth: yes
register: license_activated
no_log: True
failed_when: >