grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add signature tests validating the behavior of sessions tokens

oleiade opened this issue · comments

#7 recently added support AWS session token based authentication. We have forgotten to amend the signature tests in the process. We should write tests asserting that when used, the X-AMZ-SECURITY-TOKEN is added to the request's headers and is included in the signature process.

Depends on #10