Enhancement: AmazonSQS connector should support DefaultAWSCredentialsProviderChain #44
Labels
Status: Accepted
Confirmed defect or accepted improvement to implement, issue has been escalated to Platform Dev
Type: Enhancement
Label issue as an enhancement request
Description
AmazonSQSActivationSpec
should support DefaultAWSCredentialsProviderChain, either by providing a dedicated@ActionvationConfigProperty
or just by default:Expected Outcome
The default credentials chain should be accessible for users
Current Outcome
only env vras and hard-coded string literals are supported, which makes it difficult to manage credentials securely
Context
All AWS SDKs support chaining of credential providers, by default checking for env vars, ~/.aws files and when deployed in Amazon containers obtaining credentials from the network. Since the AmazonSQS adapter needs to be deployed as a .rar it's impossible to implement not-yet-supported credentials providers, so support for default scheme can only be implemented in the library itself. This would take the burden of managing different secrets for different environments securely from the users.
Ecosystem Tool
Cloud Connectors
The text was updated successfully, but these errors were encountered: