AWS Signature authentication in Katalon Studio
Requirements
Katalon Studio version 9.7.0 onwards.
Katalon Studio Enterprise license.
What is AWS Signature?
AWS Signature is the authorization workflow used for Amazon Web Services (AWS) requests. It employs a custom HTTP scheme based on a keyed-HMAC (Hash Message Authentication Code) for authentication.
To learn more about AWS Signature authentication, you can refer to AWS documentation: Authenticating Requests.
Note:
Katalon Studio only supports AWS Signature version 4.
Supported fields in Katalon Studio
Name | Description |
---|---|
Add Auth Data To | Select the location where Katalon Studio will append the authentication data to. Value list:
|
Access Key | The access key provided by AWS to identify your account. For more information about access key, see this AWS documentation: Manage access keys. |
Secret Key | The secret access key associated with the access key. |
AWS Region | The code of the AWS Region to which you send a request (e.g., us-east-1, eu-central-1). You can view the list of available regions on the Amazon website: Available Regions. |
Service Name | The namespace of the AWS service to which you send a request (e.g., em2, iam, s3). You can view the list of namespaces on the Amazon website: Identify AWS resources with Amazon Resource Names. |
Session Token | A security token required when using temporary security credentials. This field is optional. |