Skip to content

feat: add possibility to authenticate by username/password #435

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

Merged
merged 4 commits into from
May 6, 2022

Conversation

bednar
Copy link
Contributor

@bednar bednar commented May 5, 2022

Closes #421

Proposed Changes

Added possibility to authenticate by username/password.

image

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • pytest tests completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@codecov-commenter
Copy link

codecov-commenter commented May 5, 2022

Codecov Report

Merging #435 (83e017c) into master (60438b2) will increase coverage by 1.18%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #435      +/-   ##
==========================================
+ Coverage   88.16%   89.35%   +1.18%     
==========================================
  Files          38       38              
  Lines        3210     3249      +39     
==========================================
+ Hits         2830     2903      +73     
+ Misses        380      346      -34     
Impacted Files Coverage Δ
influxdb_client/_async/api_client.py 51.42% <100.00%> (+4.98%) ⬆️
influxdb_client/_sync/api_client.py 73.21% <100.00%> (+3.92%) ⬆️
influxdb_client/client/_base.py 98.12% <100.00%> (+0.04%) ⬆️
influxdb_client/client/influxdb_client.py 98.73% <100.00%> (ø)
influxdb_client/client/influxdb_client_async.py 91.37% <100.00%> (ø)
influxdb_client/rest.py 86.20% <100.00%> (+3.59%) ⬆️
influxdb_client/configuration.py 87.91% <0.00%> (+4.39%) ⬆️
influxdb_client/_async/rest.py 78.22% <0.00%> (+12.90%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 60438b2...83e017c. Read the comment docs.

@bednar bednar force-pushed the feat/username_password branch from fc39226 to 83e017c Compare May 6, 2022 09:16
@bednar bednar merged commit 5168a04 into master May 6, 2022
@bednar bednar deleted the feat/username_password branch May 6, 2022 09:22
@bednar bednar added this to the 1.29.0 milestone May 6, 2022
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

Successfully merging this pull request may close these issues.

about user and password
3 participants