list/http_post: uses bearer authorization header

This commit is contained in:
Iain Learmonth 2022-11-08 14:40:44 +00:00
parent 21f7cbddcb
commit f603cb9101

View file

@ -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 %}