-
Notifications
You must be signed in to change notification settings - Fork 74
Adds credentials and custom authentication support #446
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
Conversation
@mdumandag This one should be good to review. |
tests/integration/backward_compatible/authentication_tests/authentication_test.py
Outdated
Show resolved
Hide resolved
I am OK with the code now. I will approve once the tests on Jenkins pass |
Codecov Report
@@ Coverage Diff @@
## master #446 +/- ##
==========================================
+ Coverage 86.06% 94.19% +8.12%
==========================================
Files 340 343 +3
Lines 17938 17440 -498
==========================================
+ Hits 15438 16427 +989
+ Misses 2500 1013 -1487
Continue to review full report at Codecov.
|
creds_username
,creds_password
andtoken_provider
configuration.TokenProvider
class, which is the base class for custom authentication classes.BasicTokenProvider
class for token-based authentication.