list/http_post: uses bearer authorization header
This commit is contained in:
parent
21f7cbddcb
commit
f603cb9101
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class ListHttpPostAutomation(ListAutomation):
|
||||||
request_body = file("{{ list.format }}.{{ list.pool.pool_name }}.{{ list.encoding }}")
|
request_body = file("{{ list.format }}.{{ list.pool.pool_name }}.{{ list.encoding }}")
|
||||||
|
|
||||||
request_headers = {
|
request_headers = {
|
||||||
Update-Key = "{{ list.filename }}"
|
Authorization = "Bearer {{ list.filename }}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue