Skip to content
Snippets Groups Projects
  1. Apr 15, 2021
  2. Apr 12, 2021
  3. 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
  4. Apr 05, 2021
  5. Apr 02, 2021
  6. Apr 01, 2021
  7. Mar 31, 2021
  8. Mar 26, 2021
  9. Mar 24, 2021
  10. Mar 18, 2021
  11. Mar 16, 2021
  12. Mar 14, 2021
  13. Mar 11, 2021
  14. Mar 10, 2021
  15. Mar 05, 2021
  16. Mar 03, 2021
  17. Feb 26, 2021
  18. Feb 25, 2021
  19. Feb 22, 2021
  20. 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
  21. Feb 08, 2021
  22. Feb 01, 2021
  23. Jan 30, 2021
  24. Jan 28, 2021
  25. Jan 27, 2021
  26. Jan 23, 2021
  27. Jan 21, 2021
  28. Jan 20, 2021
  29. Jan 19, 2021
Loading