Feature: IAM Role Support for Amazon SES
Description: We are using Amazon SES as our email provider and it only supports long-lived static credentials as of today. It will be good to add support for assuming IAM role to improve the security between Auth0 and AWS
Hi @vimal.paliwal,
Welcome to the Auth0 Community!
Please make sure to Vote for your feature request.
Thank you!
2 Likes
Voted!
Currently, Auth0 users who want to integrate with SES have two bad options:
- Use an employee user’s credentials. This will break if the employee ever leaves the company, rotates their credentials, or loses SES permissions.
- Use a dedicated Auth0 user. This violates the ISO-27001 security principle of tying every system user to a human employee (or contractor).