feat: add support for AWS Signature auth type (#4142)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com> Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
@@ -174,7 +174,16 @@
|
||||
"save_to_inherit": "Please save this request in any collection to inherit the authorization",
|
||||
"token": "Token",
|
||||
"type": "Authorization Type",
|
||||
"username": "Username"
|
||||
"username": "Username",
|
||||
"aws_signature": {
|
||||
"access_key": "Access Key",
|
||||
"secret_key": "Secret Key",
|
||||
"service_name": "Service Name",
|
||||
"aws_region": "AWS Region",
|
||||
"service_token": "Service Token",
|
||||
"advance_config": "Advanced Configuration",
|
||||
"advance_config_description": "Hoppscotch automatically assigns default values to certain fields if no explicit value is provided"
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
"created": "Collection created",
|
||||
|
||||
Reference in New Issue
Block a user