Skip to content

Conversation

@haydentherapper
Copy link
Contributor

This adds a second storage backend to serve the log using a POSIX-based
deployment. This also demonstrates the value of the read APIs for a
lightweight deployment.

Rebased on #270

Ref #39

Summary

Release Note

Documentation

As future Tessera backends are added, each will need its own antispam
initialization.

Signed-off-by: Hayden B <[email protected]>
This allows for deployers to serve read traffic without a separate
CDN/proxy. This is discouraged for GCP, since it's more costly to serve
read traffic in terms of egress costs, but can be used for other
backends and for local testing.

Signed-off-by: Hayden B <[email protected]>
This adds a second storage backend to serve the log using a POSIX-based
deployment. This also demonstrates the value of the read APIs for a
lightweight deployment.

Signed-off-by: Hayden B <[email protected]>
@haydentherapper haydentherapper requested review from a team as code owners April 30, 2025 15:08
@codecov
Copy link

codecov bot commented Apr 30, 2025

Codecov Report

Attention: Patch coverage is 32.90323% with 104 lines in your changes missing coverage. Please review.

Project coverage is 38.95%. Comparing base (770a228) to head (ccc62de).

Files with missing lines Patch % Lines
cmd/rekor-server/app/serve.go 0.00% 53 Missing ⚠️
pkg/tessera/tessera.go 0.00% 20 Missing ⚠️
pkg/tessera/posix.go 0.00% 12 Missing ⚠️
pkg/server/service_read.go 85.96% 7 Missing and 1 partial ⚠️
pkg/tessera/gcp.go 0.00% 7 Missing ⚠️
pkg/server/http.go 0.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #271      +/-   ##
==========================================
- Coverage   39.11%   38.95%   -0.17%     
==========================================
  Files          39       41       +2     
  Lines        2720     2842     +122     
==========================================
+ Hits         1064     1107      +43     
- Misses       1552     1629      +77     
- Partials      104      106       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@haydentherapper haydentherapper marked this pull request as draft May 6, 2025 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant