Skip to content

Commit

Permalink
Add opensearch permissions to meadow role
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Nov 11, 2024
1 parent 6127cb8 commit 1887a60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions infrastructure/deploy/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ data "aws_iam_policy_document" "meadow_role_permissions" {
resources = ["*"]
}

statement {
sid = "opensearchhttp"
effect = "Allow"
actions = ["es:ESHttp*"]
resources = ["*"]
}

statement {
sid = "secretsmanager"
effect = "Allow"
Expand Down

0 comments on commit 1887a60

Please sign in to comment.