Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add header for skipping the blockcache #152

Merged
merged 7 commits into from
Jun 25, 2024
Merged

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    2dc6bed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b0290 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f87182 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0447ab View commit details
    Browse the repository at this point in the history
  5. refactor: move TracingAuthToken to Config

    Cosmetic cleanup, also moved tracing to dedicated func
    We also disable debug and tracing when auth token is not set (""),
    to ensure it is not a DoS vector.
    lidel committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ec34d2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    103335f View commit details
    Browse the repository at this point in the history
  7. test: default state without RAINBOW_TRACING_AUTH

    Just a precaution, that we dont open tracing by default when we refactor
    things going forward
    lidel committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    511492a View commit details
    Browse the repository at this point in the history