mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
Delay salt initialization for audit backends
This commit is contained in:
@@ -3,7 +3,6 @@ package audit
|
||||
import (
|
||||
"io"
|
||||
|
||||
"github.com/hashicorp/vault/helper/salt"
|
||||
"github.com/hashicorp/vault/logical"
|
||||
)
|
||||
|
||||
@@ -19,7 +18,6 @@ type Formatter interface {
|
||||
|
||||
type FormatterConfig struct {
|
||||
Raw bool
|
||||
Salt *salt.Salt
|
||||
HMACAccessor bool
|
||||
|
||||
// This should only ever be used in a testing context
|
||||
|
||||
Reference in New Issue
Block a user