Skip to content

Commit

Permalink
Merge pull request #28 from ministryofjustice/add-os-perm
Browse files Browse the repository at this point in the history
Add more permissions for opensearch
  • Loading branch information
poornima-krishnasamy committed Oct 6, 2023
2 parents ad395b9 + b1ead6e commit 24b69de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions opensearch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ data "aws_iam_policy_document" "opensearch_for_github" {
sid = "AllowOpenSearchListDescribe"
effect = "Allow"
actions = [
"es:DescribeDomain",
"es:ListDomainNames",
"es:ListTags"
"es:Describe*",
"es:List*",
"es:GetCompatibleVersions",
"es:GetUpgradeHistory"
]
resources = ["*"]
}
Expand Down

0 comments on commit 24b69de

Please sign in to comment.