cryostat-legacy icon indicating copy to clipboard operation
cryostat-legacy copied to clipboard

feat(reports): use S3 presigned URL for report recording transfer

Open andrewazores opened this issue 2 years ago • 1 comments

Welcome to Cryostat3! 👋

Before contributing, make sure you have:

  • [x] Read the contributing guidelines
  • [x] Linked a relevant issue which this PR resolves
  • [x] Linked any other relevant issues, PR's, or documentation, if any
  • [x] Resolved all conflicts, if any
  • [x] Rebased your branch PR on top of the latest upstream main branch
  • [x] Attached at least one of the following labels to the PR: [chore, ci, docs, feat, fix, test]
  • [x] Signed all commits using a GPG signature

To recreate commits with GPG signature git fetch upstream && git rebase --force --gpg-sign upstream/main


Related to #269 Depends on #267 Depends on https://github.com/cryostatio/cryostat-reports/pull/200

Description of the change:

This change allows an environment variable to be configured so that...

Motivation for the change:

This change is helpful because users may want to...

How to manually test:

  1. Run CRYOSTAT_IMAGE=quay.io... sh smoketest.sh...
  2. ...

andrewazores avatar Jan 24 '24 22:01 andrewazores

Changing the response code from 407 to another, ex. 477, in both the backend and frontend seems to fix this problem in Chrome, and continues working as usual in Firefox.

andrewazores avatar Sep 17 '20 19:09 andrewazores