mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
Add BackendType to existing backends (#3078)
This commit is contained in:
committed by
GitHub
parent
158c21905e
commit
dd72c96dc8
@@ -43,7 +43,8 @@ func Backend() *backend {
|
||||
mfa.MFAPaths(b.Backend, pathLogin(&b))...,
|
||||
),
|
||||
|
||||
AuthRenew: b.pathLoginRenew,
|
||||
AuthRenew: b.pathLoginRenew,
|
||||
BackendType: logical.TypeCredential,
|
||||
}
|
||||
|
||||
return &b
|
||||
|
||||
Reference in New Issue
Block a user