mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Internally refactor Lease/LeaseGracePeriod into TTL/GracePeriod
This commit is contained in:
@@ -105,7 +105,7 @@ func (b *backend) pathRoleCreateRead(
|
||||
}, map[string]interface{}{
|
||||
"username": username,
|
||||
})
|
||||
resp.Secret.Lease = lease.Lease
|
||||
resp.Secret.TTL = lease.Lease
|
||||
return resp, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user