mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Add BackendType to existing backends (#3078)
This commit is contained in:
committed by
GitHub
parent
158c21905e
commit
dd72c96dc8
@@ -37,9 +37,9 @@ func Backend(conf *logical.BackendConfig) *backend {
|
||||
secretCreds(&b),
|
||||
},
|
||||
|
||||
Clean: b.ResetDB,
|
||||
|
||||
Invalidate: b.invalidate,
|
||||
Clean: b.ResetDB,
|
||||
Invalidate: b.invalidate,
|
||||
BackendType: logical.TypeLogical,
|
||||
}
|
||||
|
||||
b.logger = conf.Logger
|
||||
|
||||
Reference in New Issue
Block a user