event

package
v0.0.0-...-655798c Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuditEvent

type AuditEvent struct {
	Event       audit.ResponseEntry
	VaultTenant string
	RemoteAddr  string
}

AuditEvent contains a single AuditEvent as received by the operator the operator receives the event as-is, and supplements this with contextual http information

type VaultEvent

type VaultEvent struct {
	ID        string            `json:"id"`
	EventId   string            `json:"eventId"`
	SyncName  string            `json:"syncName"`
	Address   string            `json:"address"`
	Namespace string            `json:"namespace"`
	Path      string            `json:"path"`
	Operation logical.Operation `json:"operation"`
	Manual    bool              `json:"manual"`
}

Jump to

Keyboard shortcuts

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