Documentation ¶
Index ¶
- func Factory(ctx context.Context, conf *audit.BackendConfig) (audit.Backend, error)
- type Backend
- func (b *Backend) GetHash(data string) (string, error)
- func (b *Backend) Invalidate(_ context.Context)
- func (b *Backend) LogRequest(_ context.Context, auth *logical.Auth, req *logical.Request, outerErr error) error
- func (b *Backend) LogResponse(_ context.Context, auth *logical.Auth, req *logical.Request, ...) error
- func (b *Backend) Reload(_ context.Context) error
- func (b *Backend) Salt() (*salt.Salt, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
Backend is the audit backend for the syslog-based audit store.
func (*Backend) Invalidate ¶ added in v0.7.3
func (*Backend) LogRequest ¶
func (*Backend) LogResponse ¶
Click to show internal directories.
Click to hide internal directories.