Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: send IdP emails using SES SMTP server #715

Merged
merged 2 commits into from
Jul 3, 2024
Merged

Commits on Jul 3, 2024

  1. feat: send IdP emails using SES SMTP server

    Add SES configuration and an IAM user so that the IdP can send
    email using the SES SMTP server.
    
    Also updates the database configuration to add connection pool
    settings as we are currently not using an RDS proxy to manage
    the connection pooling.
    patheard committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8fa23aa View commit details
    Browse the repository at this point in the history
  2. fix: checkov warnings

    patheard committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3f54506 View commit details
    Browse the repository at this point in the history