AWS Authentication Connector

Content Type: Module
Categories: Authentication,Connectors,AWS

Overview

The 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”
  • Temporary 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 which are required to send while calling AWS APIs using REST calls. 

Documentation


Please see the documentation on Mendix Docs.

Releases

Version: 3.0.2
Framework Version: 9.18.0
Release Notes: - Added icons to authentication connector operations.
Version: 3.0.1
Framework Version: 9.18.0
Release Notes: Dependencies upgraded to newer version
Version: 3.0.0
Framework Version: 9.18.0
Release Notes: - All documents required related to Authentication with AWS have been centralized inside the AWS Authentication Connector - Centralized Java library dependencies that occur at least two times across our connector offerings - Components used in all connectors related to AWS regions have been added to the authentication connector - Region list has been updated to include newest additions - Easy way of configuring client builder in Java - Added AbstractRequest that all requests from other platform-supported AWS connectors will inheriting from. This AbstractRequest contains customizable settings for the client
Version: 2.3.2
Framework Version: 9.18.0
Release Notes: Bug fix to make Authentication compatible with textract 1.2.2
Version: 2.3.1
Framework Version: 9.18.0
Release Notes: Fixed a potential security issue