Skip to content

Commit

Permalink
Fix JSON syntax
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 56cfed8 commit 828359b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions rsts/deployment/deployment/multicluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,18 @@ 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>*/*"
],
],
"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
and one more for the worker Pods that are bootstraped by Flyte to execute workflow tasks.
Expand Down

0 comments on commit 828359b

Please sign in to comment.