AWS Signature

Use the AWS signature to add authentication information to your requests to the Amazon Web Services. It adds authentication information to the Authorization header.

Important

ReadyAPI supports only Signature Version 4.

Tip

ReadyAPI stores the OAuth 1.0 authorization profiles in the Authorization Manager, so you can later apply them to other requests or test steps. Also, you can use such profiles to specify different authorization settings in various Environments.

AWS Signature
  • Access key - Your access key.

  • Secret access key - A secret access key for the specified access key.

  • Region - The code of the region to which you want to send a request (for example, us-east-1 or eu-central-1). View the list of available regions on the Amazon website.

  • Service name - The namespace of the AWS service to which you want to send a request (em2, iam, s3, and so on). View the list of namespaces on the Amazon website.

  • Security token - A security token that is required if you use temporary security credentials.

  • Headers to sign - Adds the specified headers to the process of getting the signature. Use the toolbar buttons to configure the list:

    add.png

    Add a new header.

    remove.png

    Remove the selected header.

    clear.png

    Clear the list.

    Rename

    Rename the selected header.

See Also

Publication date: