Anyone know what the minimal s3 policy required fo...
# flyte-deployment
l
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",
f
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
l
Great, thank you, this is helpful
f
@limited-dog-47035 once you have the limited set, can you share it in docs or something?
so that other users can also know?
162 Views