Skip to content

Commit

Permalink
Fix JSON syntax 6th try
Browse files Browse the repository at this point in the history
Signed-off-by: davidmirror-ops <[email protected]>
  • Loading branch information
davidmirror-ops committed Sep 29, 2023
1 parent 828359b commit c7f7e3e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions rsts/deployment/deployment/multicluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,22 @@ requests successfully, the following environment-specific requirements should be
.. code-block:: json
{
"Action": [
"s3:DeleteObject*",
"s3:GetObject*",
"s3:ListBucket",
"s3:PutObject*"
],
],
"Resource": [
"arn:aws:s3:::<your-S3-bucket>*",
"arn:aws:s3:::<your-S3-bucket>/*"
]
]
}
2. At least three IAM Roles configured: one for the controlplane components, another for the dataplane
Expand Down

0 comments on commit c7f7e3e

Please sign in to comment.