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

Provide Limited access IAM policy example #50

Open
brybeecher opened this issue Jun 20, 2024 · 0 comments
Open

Provide Limited access IAM policy example #50

brybeecher opened this issue Jun 20, 2024 · 0 comments

Comments

@brybeecher
Copy link

Is it possible to run the plugin using an iam profile without full access to AWS SES?
If so is there an example policy for this? I've tried limiting the actions permitted but it always results in the plugin failing to send email.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "VisualEditor0",
      "Effect": "Allow",
      "Action": [
        "ses:SendEmail",
        "ses:SendRawEmail"
      ],
      "Resource": "arn:aws:ses:us-west-2:12345:identity/mywebsite.com"
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant