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

GET http://localhost:9999/api/v2/me returns empty user status #15274

Closed
rhajek opened this issue Sep 25, 2019 · 0 comments · Fixed by #15295
Closed

GET http://localhost:9999/api/v2/me returns empty user status #15274

rhajek opened this issue Sep 25, 2019 · 0 comments · Fixed by #15295
Assignees

Comments

@rhajek
Copy link

rhajek commented Sep 25, 2019

In latest nightly InfluxDB 2.0 build is broken /api/v2/me endpoint.

{
  "links": {
    "logs": "/api/v2/users/04863f56cb5d1000/logs",
    "self": "/api/v2/users/04863f56cb5d1000"
  },
  "id": "04863f56cb5d1000",
  "name": "my-user",
  "status": ""
}

Allowed values for status is enum "active" , "inactive".

rhajek added a commit to rhajek/influxdb-client-python that referenced this issue Sep 26, 2019
rhajek added a commit to influxdata/influxdb-client-python that referenced this issue Sep 26, 2019
* refactoring package name
* added initial documentation, examples
* temporary fix status issue influxdata/influxdb#15274
@dearyhud dearyhud self-assigned this Sep 27, 2019
@dearyhud dearyhud reopened this Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants