-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artifacts cannot be stored in object-lock enabled S3 buckets #11182
Comments
@akloss-cibo do you want to try updating to that version of minio in that case and contribute the fix if it's working? |
It looks like dependabot keeps minio up to date (see commit 760299f). I tried using minio/minio#16480 seems related as well. |
thanks for checking |
Client must set Content-MD5 in this case and the problem is solved for all S3 providers. Is there a specific reason argo-cd is trying to look for the exact error returned in this case? |
This is what |
This comment was marked as resolved.
This comment was marked as resolved.
would u like to raise PR @harshavardhana @akloss-cibo ? |
I have hacked together a solution that does seem to work for us. The only required change is
in argoprog/pkg. This is not a very elegant solution. To my eye, augmenting |
This checksum is required if a bucket has Object Lock enabled by default. addresses argoproj/argo-workflows#11182
This checksum is required if a bucket has Object Lock enabled by default. addresses argoproj/argo-workflows#11182 Signed-off-by: Alec Kloss <[email protected]>
I'm not quite sure how to get someone's attention to look at argoproj/pkg#790... help? |
This checksum is required if a bucket has Object Lock enabled by default. addresses argoproj/argo-workflows#11182 Signed-off-by: Alec Kloss <[email protected]>
I have this working on-site with some images I built but I'm stuck in the
Help? |
This change will allow objects to be written to buckets with S3 Object Lock enabled. fixes argoproj#11182 Signed-off-by: Alec Kloss <[email protected]>
Pre-requisites
:latest
What happened/what you expected to happen?
Artifacts cannot be stored into AWS S3 buckets with Object Lock enabled.
I believe this may be fixed by minio/minio#15433Version
3.4.7 and latest (and probably others)
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: