- Mar 31, 2021
-
-
dlorenc authored
Bump github.com/go-openapi/strfmt from 0.20.0 to 0.20.1
-
dependabot[bot] authored
Bumps [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) from 0.20.0 to 0.20.1. - [Release notes](https://github.com/go-openapi/strfmt/releases) - [Commits](https://github.com/go-openapi/strfmt/compare/v0.20.0...v0.20.1 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- Mar 30, 2021
-
-
dlorenc authored
Stop exposing the redis server port on the host.
-
Dan Lorenc authored
This was triggering some internal security scans we have, everything still works with it only exposed locally. Signed-off-by:
Dan Lorenc <dlorenc@google.com>
-
- Mar 27, 2021
-
-
dlorenc authored
The error was turning signature bytes into a string directly. We could base64 encode it, but that's not terribly useful either. Signed-off-by:
Dan Lorenc <dlorenc@google.com>
-
dlorenc authored
Fix a few more paths I was missing in the first folder move.
-
Dan Lorenc authored
Signed-off-by:
Dan Lorenc <dlorenc@google.com>
-
- Mar 26, 2021
-
-
dlorenc authored
Rename the directories for rekor-cli and rekor-server.
-
Dan Lorenc authored
This makes the binaries "go installable" by their canonical names. Signed-off-by:
Dan Lorenc <dlorenc@google.com>
-
dlorenc authored
Drop the replace that was pinning grpc.
-
Dan Lorenc authored
This isn't needed and prevents "go install" from working. Signed-off-by:
Dan Lorenc <dlorenc@google.com>
-
dependabot[bot] authored
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.36.0 to 1.36.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.36.0...v1.36.1 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Mar 24, 2021
-
-
Bob Callaway authored
Adds a Location response header when a 409 Conflict error is returned from the server when a duplicate entry is sent for insertion into the log. Also changes message printed by CLI to improve usability. Fixes #222 Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
- Mar 22, 2021
-
-
dependabot[bot] authored
Bumps [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) from 0.19.26 to 0.19.27. - [Release notes](https://github.com/go-openapi/runtime/releases) - [Commits](https://github.com/go-openapi/runtime/compare/v0.19.26...v0.19.27 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Mar 19, 2021
-
-
dlorenc authored
Pin the trillian deps in docker-compose.
-
Dan Lorenc authored
Signed-off-by:
Dan Lorenc <dlorenc@google.com>
-
Bob Callaway authored
* Remove gzip processing flow completely from rekor Issue #208 reported different handling of gzipped content via fetch vs direct upload to rekor server. The code should be consistent, regardless of whether content was compressed or not - by always attempting to verify the signature against the (unmodified) byte stream. This patch removes the gzip decoding completely from rekor and verifies the bytes supplied or referenced. Also fixes issue in E2E tests where sending SIGKILL to watch process caused message to be printed to stderr, which fails the test when running on MacOS. Fixes #208 Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
dependabot[bot] authored
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.9.0...v1.10.0 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Mar 18, 2021
-
-
axel simon authored
Signed-off-by:
axelsimon <github@axelsimon.net>
-
- Mar 16, 2021
-
-
dlorenc authored
Store the whole cert.
-
dlorenc authored
Add a second job that watches rekor for new STH entries and publishes
-
Dan Lorenc authored
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>
-
Dan Lorenc authored
Signed-off-by:
Dan Lorenc <dlorenc@google.com>
-
dlorenc authored
Add the index back. This was failing tests for me.
-
Dan Lorenc authored
Signed-off-by:
Dan Lorenc <dlorenc@google.com>
-
- Mar 15, 2021
-
-
dlorenc authored
Add the logid as a fixed parameter for the "prod" deploy.
-
- Mar 14, 2021
-
-
Dan Lorenc authored
Signed-off-by:
Dan Lorenc <dlorenc@google.com>
-
dlorenc authored
This will allow us to use types.NewEntry() to unmarshal returned values in clients. Signed-off-by:
Dan Lorenc <dlorenc@google.com>
-
- Mar 12, 2021
-
-
dlorenc authored
No gzip check on fetching signed payload
-
Shiwei Zhang authored
Signed-off-by:
Shiwei Zhang <shizh@microsoft.com>
-
dependabot[bot] authored
Bumps golang from 1.16.0 to 1.16.2. Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Mar 11, 2021
-
-
dlorenc authored
Add timestamps to the log_info output.
-
Dan Lorenc authored
Also clean up a few small panics along the way. Signed-off-by:
Dan Lorenc <dlorenc@google.com>
-
Efe Barlas authored
Update version of docker-compose.yml start_period in healthcheck and target in build are properties that are not supported for docker-compose versions <3.4. This change fixes this issue. Signed-off-by:
Efe Barlas <ebarlas@purdue.edu>
-
- Mar 10, 2021
-
-
dlorenc authored
Return 400 error if requested tree size > reality
-
dlorenc authored
Validate and return hash and size from signed root
-
Bob Callaway authored
Currently we return a 500 error if a consistency proof is requested for a size that exceeds the current state of the log. This change causes a 400 "Bad Request" error with a more descriptive error message to be returned. Fixes #199 Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
Bob Callaway authored
Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
Bob Callaway authored
The loginfo API returns both the current size, root hash, as well as the signed tree head that callers can verify if they wish. The CLI does a check to verify the signature on the tree head returned, but was reporting the unsigned size and hash. This change ensures that the values match and prints the values from the signed tree head. Fixes #200 Signed-off-by:
Bob Callaway <bcallawa@redhat.com>
-
- Mar 09, 2021
-
-
dlorenc authored
Add some text explaining the lack of SLOs on our production instance.
-