Skip to content

AWSSigner

Compare
Choose a tag to compare
@egru egru released this 09 Jul 18:19
· 55 commits to master since this release
db3899b
  • 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