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

Reimplement Coraza-SPOA #103

Merged
merged 21 commits into from
Nov 7, 2024
Merged

Reimplement Coraza-SPOA #103

merged 21 commits into from
Nov 7, 2024

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    ddbb135 View commit details
    Browse the repository at this point in the history
  2. feat: move id generation from haproxy to app

    This allows us to not rely on the http header,
    but instead use a variable inside the transaction.
    fionera committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1054408 View commit details
    Browse the repository at this point in the history
  3. feat: implement config handling

    This does leak fds as the logging target never gets closed,
    this has to be fixed before release but this will work for now.
    fionera committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5be96f8 View commit details
    Browse the repository at this point in the history
  4. ci: remove codeql runner

    It is not correctly configured anyway and
    we have go specific linters enabled
    fionera committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4639145 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59f0463 View commit details
    Browse the repository at this point in the history
  6. fix: remove config file fd leak

    I don't know why I didn't just close it after leaving the function.
    There is no other use of the fd...
    fionera committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8445726 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    633f527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4f010e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. docs: add log-format to example haproxy config

    This should make it clear on how to access the request id.
    fionera committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    529b1b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    eae9a0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6b7560 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4497d3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ea3e43 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Add profile flags

    fionera committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    dc50899 View commit details
    Browse the repository at this point in the history
  2. Skip processing if disabled

    fionera committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    eda0e54 View commit details
    Browse the repository at this point in the history
  3. Write transaction only to cache after setup

    If we write it too early and eviction triggers, we will return it to the pool and a race occurs.
    fionera committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    220b4bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daf885a View commit details
    Browse the repository at this point in the history
  5. chore: delete go.work

    fionera committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9934d40 View commit details
    Browse the repository at this point in the history
  6. ci: bump go version

    fionera committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d0ba9f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    8d8db4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7daf2e View commit details
    Browse the repository at this point in the history