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