Skip to content
Snippets Groups Projects
  1. May 14, 2021
  2. May 06, 2021
  3. May 01, 2021
  4. Apr 29, 2021
  5. Apr 28, 2021
  6. Apr 22, 2021
  7. Apr 20, 2021
  8. Apr 16, 2021
  9. Apr 15, 2021
  10. Apr 12, 2021
  11. Apr 10, 2021
    • Bob Callaway's avatar
      Update rekor REST API to match Trillian semantics (#250) · cce6cabf
      Bob Callaway authored
      
      This patch removes the /api/v1/log/entries/{uuid}/proof endpoint. If you
      have the UUID (aka the leaf Merkle hash), you likely want proof that the
      content represented by that hash is included in the log. There's no need
      for a separate /proof endpoint to deliver the same content.
      
      This commit also ensures that the getLogEntryByIndex and
      getLogEntryByUUID endpoints return an inclusion proof as part of their
      response content. The search endpoint also now returns the inclusion
      proof of all entries returned from the query.
      
      With this patch, Rekor no longer uses the deprecated `GetLeavesByHash`
      Trillian API.
      
      Fixes #229
      
      Signed-off-by: default avatarBob Callaway <bob.callaway@gmail.com>
      cce6cabf
  12. Apr 05, 2021
  13. Apr 02, 2021
  14. Apr 01, 2021
  15. Mar 31, 2021
  16. Mar 26, 2021
  17. Mar 24, 2021
  18. Mar 18, 2021
  19. Mar 16, 2021
  20. Mar 14, 2021
  21. Mar 11, 2021
  22. Mar 10, 2021
  23. Mar 05, 2021
  24. Mar 03, 2021
  25. Feb 26, 2021
  26. Feb 25, 2021
  27. Feb 22, 2021
  28. Feb 17, 2021
    • Bob Callaway's avatar
      Enforce validation logic on values from config file and/or env vars (#158) · e226bf3f
      Bob Callaway authored
      
      By using viper.GetString(flag), viper will return the values of that
      argument from a precedence order (including CLI arguments). However, if
      a value was passed in through an environment variable or as a value in
      the config file, it would skip the validation step since that logic was
      defined against the FlagSet for command line arguments.
      
      This change causes validation to be done across all input methods.
      
      Fixes #157
      
      Signed-off-by: default avatarBob Callaway <bcallawa@redhat.com>
      e226bf3f
  29. Feb 08, 2021
  30. Feb 01, 2021
  31. Jan 30, 2021
  32. Jan 28, 2021
Loading