Skip to content

Commit

Permalink
Add more permissions for opensearch
Browse files Browse the repository at this point in the history
  • Loading branch information
poornima-krishnasamy committed Oct 5, 2023
1 parent ad395b9 commit b1ead6e
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 b1ead6e

Please sign in to comment.