- Jan 12, 2021
-
-
Bob Callaway authored
Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
Bob Callaway authored
* add endpoint for public key and return signed tree head with loginfo Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
- Jan 08, 2021
-
-
Bob Callaway authored
also adds --log-index parameter to CLI verify command Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
- Jan 05, 2021
-
-
Dan Lorenc authored
-
Bob Callaway authored
Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
Bob Callaway authored
Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
- 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 17, 2020
-
-
Bob Callaway authored
-
- 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
-
- Dec 05, 2020
-
-
Bob Callaway authored
-
- Dec 04, 2020
-
-
Bob Callaway authored
-
- Nov 27, 2020
-
-
Bob Callaway authored
* turn on gosec and resolve blocking issues
-
- Nov 23, 2020
-
-
Bob Callaway authored
simplify upload command to reuse common PKI package across client & server
-
Dan Lorenc authored
-
Dan Lorenc authored
-
- Nov 19, 2020
-
-
Bob Callaway authored
-
Bob Callaway authored
-
- Nov 18, 2020
-
-
Dan Lorenc authored
Some changes: - import names (app -> api, logging -> log) - Commands package (cmd -> app)
-
Dan Lorenc authored
This also breaks the go module dependency on rekor-server.
-
Dan Lorenc authored
This is the first step in code reorganization. This follows the patterns from kubernetes/kubernetes - each binary gets a directory under cmd/. The main.go file for each binary lives there. The commands live under cmd//app.
-
- Nov 17, 2020
-
-
Luke Hinds authored
Implement upload command Accept flags artifact-url,public-key, signature and validate GPG formatting and verify file signature
-
- Oct 28, 2020
-
-
Luke Hinds authored
This change refactors client.go and file.go into an `app` package. This will make it more easily consumed by rekor-ctl Once this change is in, I will push rekor-ctl up and then look to further refactor use of code already duped in rekor-server
-
- Oct 27, 2020
-
-
dlorenc authored
Seems to work for Node right now. I haven't tested on linux.
-
- Oct 21, 2020
-
-
Luke Hinds authored
-
Luke Hinds authored
-
- Oct 08, 2020
-
-
dlorenc authored
-
- Oct 01, 2020
-
-
Luke Hinds authored
-
- Sep 23, 2020
-
-
Luke Hinds authored
-
- Sep 21, 2020
-
-
Luke Hinds authored
-
Luke Hinds authored
-
Luke Hinds authored
-
- Sep 20, 2020
-
-
Luke Hinds authored
-
Luke Hinds authored
-
Luke Hinds authored
Gets a specific leaf by the leaf Index `rekor getleaf --index ($index)
-
Luke Hinds authored
Based on comment in PR #19
-
- Sep 19, 2020
-
-
Dan Lorenc authored
If we have a previous set of values, we also check the consistency proof between these two to make sure the tree has not been tampered with.
-
Luke Hinds authored
-