Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read_lease doesn't return lease_id #592

Open
inikolaev opened this issue May 23, 2020 · 0 comments
Open

Read_lease doesn't return lease_id #592

inikolaev opened this issue May 23, 2020 · 0 comments

Comments

@inikolaev
Copy link

While using the library I noticed that read_lease functions returns lease_id as an empty string and lease_duration always set to zero:

{
  "request_id": "d352cca8-fe53-46cd-ad8c-a93abbe7386d", 
  "lease_id": "", 
  "renewable": false, 
  "lease_duration": 0, 
  "data": {
    "expire_time": "2020-05-23T22:52:00.92184119Z", 
    "id": "<lease-id>", 
    "issue_time": "2020-05-23T22:11:59.122046526Z", 
    "last_renewal": "2020-05-23T22:22:00.921841304Z", 
    "renewable": true, 
    "ttl": 1105
  }, 
  "wrap_info": null, 
  "warnings": null, 
  "auth": null
}

Is that expected? Looks very odd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant