From f603cb9101b4dd2ff14c759455a3c70b479d7d2d Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Tue, 8 Nov 2022 14:40:44 +0000 Subject: [PATCH] list/http_post: uses bearer authorization header --- app/terraform/list/http_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/terraform/list/http_post.py b/app/terraform/list/http_post.py index 9eed40e..4b0d12f 100644 --- a/app/terraform/list/http_post.py +++ b/app/terraform/list/http_post.py @@ -26,7 +26,7 @@ class ListHttpPostAutomation(ListAutomation): request_body = file("{{ list.format }}.{{ list.pool.pool_name }}.{{ list.encoding }}") request_headers = { - Update-Key = "{{ list.filename }}" + Authorization = "Bearer {{ list.filename }}" } } {% endfor %}