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

Cannot login with user/password #45

Closed
andig opened this issue Aug 20, 2019 · 0 comments · Fixed by #193
Closed

Cannot login with user/password #45

andig opened this issue Aug 20, 2019 · 0 comments · Fixed by #193
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@andig
Copy link
Contributor

andig commented Aug 20, 2019

Specifying correct credentials for admin member, the login fails using development branch:

http := &http.Client{Timeout: writeTimeout}
options := []influxdb.Option{
    influxdb.WithAddress(url),
    influxdb.WithUserAndPass(user, password),
}
client, err := influxdb.New(http, options...)

result:

unauthorized: unauthorized access
@GeorgeMac GeorgeMac added bug Something isn't working team/compute labels Sep 4, 2019
This was referenced Sep 6, 2019
@vlastahajek vlastahajek added enhancement New feature or request and removed bug Something isn't working team/compute labels Apr 27, 2020
@vlastahajek vlastahajek self-assigned this Apr 27, 2020
@vlastahajek vlastahajek added this to the v1.3.0 milestone Apr 27, 2020
@vlastahajek vlastahajek modified the milestones: v1.3.0, v1.5.0 Jul 21, 2020
@vlastahajek vlastahajek modified the milestones: v2.0.0, v2.1.0 Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants