Hi guys, pyflyte uses pre-signed URL to upload wor...
# flyte-support
b
Hi guys, pyflyte uses pre-signed URL to upload workflows to S3. But there is a major security concern of it is its unauthorized or unintended access due to leakage (the URL could be shared or leaked). We cannot set role/user identity based policy to constraint the permission, how could we address this security concern? Thanks.