Skip to content
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

GitLab status URL max length #137

Open
davegaeddert opened this issue Nov 26, 2021 · 0 comments
Open

GitLab status URL max length #137

davegaeddert opened this issue Nov 26, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@davegaeddert
Copy link
Member

Using signed URLs currently doesn't work on GitLab because the target_url has a max length of 255.

The workaround for now is to set report_expiration_days = 0 and to use an S3 bucket policy for deleting/expiring reports (if you want that to happen). This is effectively the same as using expiring signed URLs, expect the signed URLs allowed you to keep the actual files longer than the URL (for debugging purposes). I think this is a fine solution for most people anyway, but it is a quirk.

@davegaeddert davegaeddert added bug Something isn't working enhancement New feature or request labels Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant