Skip to content
Snippets Groups Projects
  1. May 29, 2021
  2. May 05, 2021
  3. Apr 29, 2021
  4. Apr 15, 2021
  5. Mar 26, 2021
  6. Mar 19, 2021
    • Bob Callaway's avatar
      Remove gzip processing flow completely from rekor (#221) · 8b28f05b
      Bob Callaway authored
      
      * Remove gzip processing flow completely from rekor
      
      Issue #208 reported different handling of gzipped content via fetch vs
      direct upload to rekor server. The code should be consistent, regardless
      of whether content was compressed or not - by always attempting to
      verify the signature against the (unmodified) byte stream.
      
      This patch removes the gzip decoding completely from rekor and verifies
      the bytes supplied or referenced.
      
      Also fixes issue in E2E tests where sending SIGKILL to watch process
      caused message to be printed to stderr, which fails the test when
      running on MacOS.
      
      Fixes #208
      
      Signed-off-by: default avatarBob Callaway <bcallawa@redhat.com>
      Unverified
      8b28f05b
  7. Mar 16, 2021
  8. Mar 03, 2021
    • Bob Callaway's avatar
      fix race condition in e2e tests (#184) · b6e91ea4
      Bob Callaway authored
      
      In our CI environment there is an artifical delay in between starting
      the Rekor services via docker-compose and when the E2E tests are
      actually executed due to Go modules being downloaded. In a local
      development environment, the download may not be required so the tests
      can start before the docker-compose services are actually running.
      
      This introduces a healthcheck for services (where possible), and blocks
      the start of the e2e tests until the services are reporting as healthy.
      It also forces the use of an empty homedir and rekor config file to
      ensure no collision between the tests and the developer's environment.
      
      Fixes #183
      
      Signed-off-by: default avatarBob Callaway <bcallawa@redhat.com>
      Unverified
      b6e91ea4
  9. Jan 05, 2021
  10. Jan 03, 2021
  11. Dec 18, 2020
Loading