-
- Downloads
Add a second job that watches rekor for new STH entries and publishes
them to GCS.
We don't always have a new one, and under load there might be "batches" of entries
all integrated into the same STH. This means there is no guaranteed frequency of updates
or even a guarantee that every index will exist.
The values (and timestamps) should be monotonically increasing though.
Signed-off-by:
Dan Lorenc <dlorenc@google.com>
Showing
- README.md 37 additions, 0 deletionsREADME.md
- cmd/server/app/serve.go 1 addition, 1 deletioncmd/server/app/serve.go
- cmd/server/app/watch.go 193 additions, 0 deletionscmd/server/app/watch.go
- config/watcher.yaml 40 additions, 0 deletionsconfig/watcher.yaml
- go.mod 2 additions, 3 deletionsgo.mod
- go.sum 175 additions, 2 deletionsgo.sum
- tests/e2e-test.sh 2 additions, 1 deletiontests/e2e-test.sh
- tests/e2e_test.go 28 additions, 0 deletionstests/e2e_test.go
- tests/util.go 1 addition, 0 deletionstests/util.go
Loading
Please register or sign in to comment