-
Notifications
You must be signed in to change notification settings - Fork 164
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
Bug: Request entity too large #220
Comments
Ooh, apparently we can use DEBUG=1 to trace these!
so it's actually coming from our ingress. |
Looks like this is fixed with a max of 32 mb. Do we want to catch the error earlier? |
Ah good call, yeah we could keep this open to track erroring earlier in the client. We can also bump this up higher if we want. |
reopening per discussion at #264 (comment) |
Rekor service now correctly formats this error message and is handled correctly by rekor-cli
|
I hit this when trying to upload a 3.7M artifact using the --artifact flag. It worked for me when passing in a URL. I think a reasonable limit makes sense here, but 3.7M seems like it should work. Not sure where to fix this.
The text was updated successfully, but these errors were encountered: