AWS Authentication Connector

Category: Connectors
Subcategory: AWS

Overview

AWS Authentication connector provides a way to authenticate with AWS. Authentication can be considered as first step before calling services like Amazon S3, SQS , SNS etc.. There are two types of credentials that can be used through the AWS Authentication connector:

- Static credentials – Based on AWS “Access key ID” and “Secret Access Key”

- Session credentials – Based on short lived session token, more secured and recommended way. 

In addition to provide authentication credentials, this module also provides utility to generate SigV4Headers. SigV4Headers are required to send while calling and AWS API using REST. 

 For more details refer documentation.

Documentation

Please see the AWS Authentication page in the Mendix documentation for details.

Releases

Version: 2.1.1
Framework Version: 9.12.1
Release Notes: Bug fix in Get Session Credentials action.
Version: 2.1.0
Framework Version: 9.12.1
Release Notes: Updated GetSigV4Headers action to take Credentials as input.
Version: 2.0.1
Framework Version: 9.12.1
Release Notes: Bug fix - Update in Domain model.
Version: 2.0.0
Framework Version: 9.12.1
Release Notes: Added capability - To Authenticate AWS using short lived session token. This provides ability to consume various Amazon services in a more secured way. - To Get SigV4Headers. This will be useful in calling various Amazon services using REST API.
Version: 1.0.1
Framework Version: 9.12.1
Release Notes: Security fix - updated userlib removed unused jar files.