Is there a config somewhere I can set aws sse keys...
# flyte-deployment
b
Is there a config somewhere I can set aws sse keys for S3 operations on encrypted buckets?
k
IIRC, it not exposed right now. let me create a pr shortly.
could you give it a try? https://github.com/flyteorg/flytekit/pull/1887/files You need to update the default-env. add FLYTE_AWS_SERVER_SIDE_ENCRYPTION to the config
b
Thank you, Kevin. I actually have a ticket open with Union right now. We are having issues with a particular account/bucket that was SSE-S3 encrypted at first. Thinking that was problem, I removed the encryption on the bucket and we are still seeing the issue. I will test drive this branch today if we don't land on a solution with the Union ticket though I don't think the SSE is the culprit right now
e
Just running into what looks to be the same issue in my environment -- we use SSE and I'm seeing a 403 when using
pyflyte run --remote
. Will try setting the env var and a
helm upgrade
but looks like this PR never landed / shipped
Left a comment on your PR @Kevin Su -- the setting needs to be more flexible than what you have defined