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.
Attention
For modeler version 9.24.2 until 9.24.29 remove the older version libraries manually from the userlib folder to avoid java compilation errors
Releases
Version: 3.2.0
Framework Version: 9.24.2
Release Notes: - The AWS Authentication Connector was upgraded to Mendix version 9.24.2.
- The sdk was upgraded to version 2.27.17.
- Improved handeling of enumerations was introduced.
- UI components upgraded to support React Client.
Version: 3.1.3
Framework Version: 9.18.0
Release Notes: - no more typos in logs
Version: 3.1.2
Framework Version: 9.18.0
Release Notes: - Region enumeration updated
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