https://flyte.org logo
k

Katrina P

07/14/2022, 10:35 PM
Anyone know what the minimal s3 policy required for flyte is? security at our company is pretty tight and by default our pods are only allowed:
Copy code
"s3:DeleteObject*",
"s3:GetObject*",
"s3:PutObject*",
"s3:GetBucketLocation",
"s3:ListBucket",
k

Ketan (kumare3)

07/15/2022, 12:51 AM
Will ping in some time
I think we should only need
listBucket, GetBucket, ListObject, GetObject, PutObject
i do not think we need delete and getbucketlocation
k

Katrina P

07/15/2022, 5:52 PM
Great, thank you, this is helpful
k

Ketan (kumare3)

07/15/2022, 10:27 PM
@Katrina P once you have the limited set, can you share it in docs or something?
so that other users can also know?
2 Views