- Jan 03, 2021
-
-
Dan Lorenc authored
This allows us to skip sticking it onto each request context and retrieving it. Signed-off-by:
Dan Lorenc <dlorenc@google.com>
-
- Dec 24, 2020
-
-
Bob Callaway authored
After #77, we have one global GRPC channel for the entire process. This change causes each GRPC call to be made on the incoming HTTP request's context such that if an HTTP client cancels prematurely, we will handle the GRPC cleanup appropriately. Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
- Dec 23, 2020
-
-
dlorenc authored
-
- Dec 19, 2020
-
-
dlorenc authored
clean up and enhance error handling
-
Bob Callaway authored
-
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:
Bob Callaway <bcallawa@redhat.com>
-
dlorenc authored
Add a basic e2e test script and test data.
-
- Dec 18, 2020
-
-
Bob Callaway authored
also make GOVERSION an environment variable
-
Bob Callaway authored
-
Dan Lorenc authored
This runs against a running setup, and does a single upload of some node data.
-
- Dec 17, 2020
-
-
Bob Callaway authored
-
- Dec 10, 2020
-
-
Bob Callaway authored
-
- Dec 08, 2020
-
-
Bob Callaway authored
rekor server validation via custom type
-
- Dec 07, 2020
-
-
Bob Callaway authored
This retargets #67 at main instead of openapi branch
-
Bob Callaway authored
* add xml & yaml format support * add attributes to denote files that are generated so GH skips them on diffs
-
Bob Callaway authored
-
Bob Callaway authored
-
Bob Callaway authored
-
Bob Callaway authored
* add types unit tests * explicitly ignore error from ValidateLeaf * improve PGP unit test coverage (#58) * update & improve pgp unit tests * add types unit tests * explicitly ignore error from ValidateLeaf * use files instead of embedded strings
-
- Dec 05, 2020
-
-
dlorenc authored
add log_proof impl
-
Bob Callaway authored
-
- Dec 04, 2020
-
-
Bob Callaway authored
* first pass at code gen impl
-
Bob Callaway authored
-
Bob Callaway authored
-
Bob Callaway authored
-
Bob Callaway authored
-
Bob Callaway authored
-
dlorenc authored
Validate the swagger schema as part of CI.
-
- Dec 01, 2020
-
-
Dan Lorenc authored
Also add the "openapi" branch to CI.
-
Bob Callaway authored
Add missing "content" to the ProposedLogEntry definition.
-
Dan Lorenc authored
-
dlorenc authored
first pass at openapi doc
-
- Nov 27, 2020
-
-
Bob Callaway authored
* turn on gosec and resolve blocking issues
-
- Nov 25, 2020
-
-
Bob Callaway authored
* update & improve pgp unit tests
-
- Nov 24, 2020
-
-
Bob Callaway authored
Fix resource leak if HTTP fetch fails
-
Luke Hinds authored
Clear up the stuff we no longer use and add some basic files for test purposes (integration tests / local developement)
-
Luke Hinds authored
-
- Nov 23, 2020
-
-
Bob Callaway authored
If the HTTP fetch failed, the io.Pipe created to pass the response body to the goroutines that compute the SHA256 hash and verify the signature would be leaked.
-
Luke Hinds authored
* README updates Details on how to build the server and verify amendments
-