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 providing constants for authentication credentials, this module also provides utility to generate SigV4Headers which are required to send while calling AWS APIs using REST calls. 

 

For use cases where Region and a UseStaticCredentials boolean shall be managed in runtime, there is a folder with a reusable snippet. The GetCredentials microflow further returns a credentials object based on the region and type of credentials.

Documentation


Please see the documentation on Mendix Docs.

Releases

Version: 3.1.1
Framework Version: 9.18.0
Release Notes: - added button + microflow to validate credentials - renamed region captions, so they follow this structure: 'us-east-1 (N. Virginia)'
Version: 3.1.0
Framework Version: 9.18.0
Release Notes: reusable UI parts for management of region and type of credentials settings
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
Version: 2.1.2
Framework Version: 9.12.1
Release Notes: Added URLPrefix attribute in SigV4Builder entity to support services which have an additional prefix in their url (e.g. Amazon API Gateway)
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.