terraform-provider-commercetools icon indicating copy to clipboard operation
terraform-provider-commercetools copied to clipboard

Support new Commercetools IAM authentication for SQS and SNS subscription destinations

Open ryancormack opened this issue 3 years ago • 1 comments

Commercetools have recently announced support for IAM auth on SQS and SNS subscription destinations, https://docs.commercetools.com/api/releases/2022-10-21-support-for-iam-based-authentication-in-the-subscriptions-api

This will allow Commercetools to send events to an AWS account without the need to sharing or exposing static credentials with Commercetools. Implementation docs on the subscription itself can be found here, https://docs.commercetools.com/api/projects/subscriptions#sqs-destination

ryancormack avatar Oct 21 '22 16:10 ryancormack

Will look at this next week. Super interesting also for our use cases

mvantellingen avatar Oct 21 '22 16:10 mvantellingen

Will be part of the next release. access_key and access_secret are now optional and when left out of the config it will automatically switch to IAM auth

mvantellingen avatar Dec 23 '22 09:12 mvantellingen

Released in 1.6.x

mvantellingen avatar Jan 11 '23 07:01 mvantellingen