mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-24 20:34:05 +02:00
fix: AWS4 authentication method didn't sign request body (#430)
Co-authored-by: Gregory Schier <gschier1990@gmail.com>
This commit is contained in:
co-authored by
Gregory Schier
parent
2383f06e71
commit
68671377fd
@@ -80,6 +80,7 @@ pub(crate) async fn build_metadata<R: Runtime>(
|
||||
value: value.to_string(),
|
||||
})
|
||||
.collect(),
|
||||
body: None,
|
||||
};
|
||||
let plugin_result = plugin_manager
|
||||
.call_http_authentication(
|
||||
|
||||
@@ -251,6 +251,7 @@ pub async fn cmd_ws_connect<R: Runtime>(
|
||||
.into_iter()
|
||||
.map(|h| HttpHeader { name: h.name, value: h.value })
|
||||
.collect(),
|
||||
body: None,
|
||||
};
|
||||
let plugin_result = plugin_manager
|
||||
.call_http_authentication(
|
||||
|
||||
Reference in New Issue
Block a user