grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts
Apache License 2.0
18 stars 29 forks source link

Add signature tests validating the behavior of sessions tokens #11

Open oleiade opened 1 year ago

oleiade commented 1 year ago

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