review rework 2
This commit is contained in:
parent
2f5e65ae24
commit
402444c002
|
@ -343,7 +343,9 @@ func (m *ExpirationManager) RenewToken(req *logical.Request, source string, toke
|
|||
}
|
||||
|
||||
if resp.Auth == nil || !resp.Auth.LeaseEnabled() {
|
||||
return &logical.Response{}, nil
|
||||
return &logical.Response{
|
||||
Auth: resp.Auth,
|
||||
}, nil
|
||||
}
|
||||
|
||||
// Attach the ClientToken
|
||||
|
|
Loading…
Reference in New Issue