file

package
v1.1.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Factory

func Factory(ctx context.Context, conf *audit.BackendConfig) (audit.Backend, error)

Types

type Backend

type Backend struct {
	// contains filtered or unexported fields
}

Backend is the audit backend for the file-based audit store.

NOTE: This audit backend is currently very simple: it appends to a file. It doesn't do anything more at the moment to assist with rotation or reset the write cursor, this should be done in the future.

func (*Backend) GetHash

func (b *Backend) GetHash(ctx context.Context, data string) (string, error)

func (*Backend) Invalidate

func (b *Backend) Invalidate(_ context.Context)

func (*Backend) LogRequest

func (b *Backend) LogRequest(ctx context.Context, in *audit.LogInput) error

func (*Backend) LogResponse

func (b *Backend) LogResponse(ctx context.Context, in *audit.LogInput) error

func (*Backend) Reload

func (b *Backend) Reload(_ context.Context) error

func (*Backend) Salt

func (b *Backend) Salt(ctx context.Context) (*salt.Salt, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL