Skip to content

Releases: NetSPI/AWSSigner

URL parameters properly parsed

06 Sep 17:51
ee0e931
Compare
Choose a tag to compare

URL parameters and URI path are properly URL-encoded

AWSSigner

02 Aug 16:22
897f588
Compare
Choose a tag to compare
  • Sort URL Queries
  • Add Error handling for reading credentials file
  • Add single URL encoding to URL segments in canonical request as expected by AWS.

AWSSigner

09 Jul 18:19
db3899b
Compare
Choose a tag to compare
  • Add session token textbox to be used with session/security token
    received from assume-role calls
  • Add checkbox for whether to use the session token
  • Add checkbox to dynamically assign the region and service to be
    signed
    • If checkbox is unchecked, AWSSigner will not sign requests that do not
      match the region and service specified in the profile
    • If it is checked, AWSSigner will load the service and region from the
      request it receives, meaning it will sign every request
  • Add checkbox to grab access key and secret key from the default
    profile in the ~/.aws/credentials file
  • Fix bug where signer would add extra session tokens
  • Compiled with JDK 11.0.2

AWSSigner

12 Mar 16:31
f816418
Compare
Choose a tag to compare
  • Fix compatibility with Java >= 9
  • Update gradle build configuration
  • Fix extension sending request twice

AWSSigner

31 Oct 16:38
ea75bfd
Compare
Choose a tag to compare
  • Merge profile functionality from @wstrei

AWSSigner

01 Mar 17:30
Compare
Choose a tag to compare
  • Fix date issue
  • Add context menu item to enable/disable the signer
  • Update tab to be more visibly appealing

AWSSigner

20 Oct 19:50
Compare
Choose a tag to compare

Initial release.