Skip to content
Snippets Groups Projects
  1. 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>
      b0eae9b8
    • Bob Callaway's avatar
      no longer require SHA to upload artifacts to log · 4e6156b5
      Bob Callaway authored
      
      Since the verification of a signature will, by definition, include
      verifying the content has not been altered, it is unnecessary to require
      users of the CLI or REST API to specify the SHA256 hash of the content
      when creating a new entry into the log.
      
      Note that the server will still compute the hash and store it in the log
      for ease of comparison.
      
      Fixes #180
      
      Signed-off-by: default avatarBob Callaway <bcallawa@redhat.com>
      4e6156b5
  2. Feb 26, 2021
  3. Feb 25, 2021
  4. Feb 22, 2021
  5. Feb 20, 2021
  6. Feb 13, 2021
  7. Feb 09, 2021
  8. Feb 07, 2021
  9. Feb 02, 2021
  10. Feb 01, 2021
  11. Jan 30, 2021
  12. Jan 28, 2021
  13. Jan 27, 2021
  14. Jan 21, 2021
  15. Jan 20, 2021
  16. Jan 19, 2021
  17. Jan 18, 2021
  18. Jan 15, 2021
  19. Jan 14, 2021
  20. Jan 13, 2021
    • Dan Lorenc's avatar
      Update generated files. · 366786ab
      Dan Lorenc authored
      My swagger build introduced these, they're whitespace only but could
      make larger PRs harder to review.
      366786ab
  21. Jan 12, 2021
  22. Jan 11, 2021
  23. Jan 08, 2021
  24. Jan 05, 2021
  25. Jan 04, 2021
  26. Jan 03, 2021
  27. Dec 24, 2020
  28. Dec 23, 2020
  29. Dec 19, 2020
    • Bob Callaway's avatar
      fix lint error · c0ddc26d
      Bob Callaway authored
      c0ddc26d
    • Bob Callaway's avatar
      clean up and enhance error handling · 182adc3f
      Bob Callaway authored
      
      - adds trillian API object to context
      - improves request error logging pre and post validation
      - use consistent request context throughout all GRPC calls
      - improve validation of incoming UUID values
      - disable swagger UI endpoint
      - only print cacheable headers if response code is HTTP 2XX
      - use GetLeavesByRange instead of deprecated GetLeavesByIndex API
      
      Signed-off-by: default avatarBob Callaway <bcallawa@redhat.com>
      182adc3f
  30. Dec 17, 2020
Loading