From 18f0fc882dd0a04b9593d5725e40886974ea7e65 Mon Sep 17 00:00:00 2001 From: davidmirror-ops Date: Mon, 2 Oct 2023 16:47:14 -0500 Subject: [PATCH] Remove JSON block Signed-off-by: davidmirror-ops --- rsts/deployment/deployment/multicluster.rst | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/rsts/deployment/deployment/multicluster.rst b/rsts/deployment/deployment/multicluster.rst index ef2674573d..49c850e013 100644 --- a/rsts/deployment/deployment/multicluster.rst +++ b/rsts/deployment/deployment/multicluster.rst @@ -48,24 +48,6 @@ 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:::*", - "arn:aws:s3:::/*" - - ] - } 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.