Skip to content
Snippets Groups Projects
  1. Mar 14, 2021
  2. Mar 03, 2021
    • Bob Callaway's avatar
      Remove API key from path to new log entry (#185) · b0eae9b8
      Bob Callaway authored
      
      Since the API key can be specified as an environment variable and could
      be thought of as an authentication credential, it should not be included
      in the path to the created entry in the log.
      
      Previously we simply appended the new entry's UUID to the full URL,
      which was incorrect if an API key was specified as a query parameter.
      
      Fixes #182
      
      Signed-off-by: default avatarBob Callaway <bcallawa@redhat.com>
      Unverified
      b0eae9b8
    • 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
  3. Feb 26, 2021
  4. Feb 25, 2021
  5. Feb 20, 2021
  6. Feb 17, 2021
  7. Feb 01, 2021
  8. Jan 30, 2021
  9. Jan 28, 2021
  10. Jan 23, 2021
  11. Jan 20, 2021
  12. Jan 19, 2021
  13. Jan 18, 2021
  14. Jan 14, 2021
  15. Jan 12, 2021
  16. Jan 06, 2021
  17. Jan 05, 2021
  18. Jan 03, 2021
  19. Dec 18, 2020
  20. Dec 17, 2020
  21. Nov 24, 2020
  22. Nov 17, 2020
  23. Oct 08, 2020
  24. Jun 17, 2020
Loading