Closed lfrancois closed 6 years ago
It should work fine with just the following permission :
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AssumeRole",
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Resource": "*"
}
]
}
Also when using AWS ElasticSearch you need to ensure the database policy allows the user or role.
What type of permission do we need to get the system up and running? I didn't find anything about it in the documentation.