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

audit: fixup log entry serialization #559

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 19, 2024

  1. audit: fixup response code serialization

    When serializing a error, the audit logs are serialized from the bottom
    up.
    
    This introduces a new type wrapping the `response::Code` to fix that
    behavior.
    Previous behavior was breaking hashes of the audit log in the event of
    an error.
    baloo committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    64473fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    631134e View commit details
    Browse the repository at this point in the history