mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
Github backend: enable auth renewals
This commit is contained in:
@@ -35,9 +35,11 @@ func Backend() *framework.Backend {
|
||||
},
|
||||
|
||||
Paths: append([]*framework.Path{
|
||||
pathConfig(),
|
||||
pathConfig(&b),
|
||||
pathLogin(&b),
|
||||
}, b.Map.Paths()...),
|
||||
|
||||
AuthRenew: b.pathLoginRenew,
|
||||
}
|
||||
|
||||
return b.Backend
|
||||
|
||||
Reference in New Issue
Block a user