-
Notifications
You must be signed in to change notification settings - Fork 25
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
Optional GSSAPI auth for Custodia client #238
Conversation
- Make dependency on requests_gssapi optional - Add requests_gssapi to setup.py - Add simple test case - Move auth options to mutually exclusive groups Signed-off-by: Christian Heimes <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #238 +/- ##
=========================================
- Coverage 72.79% 72.7% -0.09%
=========================================
Files 41 41
Lines 4440 4470 +30
Branches 449 454 +5
=========================================
+ Hits 3232 3250 +18
- Misses 1052 1063 +11
- Partials 156 157 +1
Continue to review full report at Codecov.
|
Travis CI is currently broken:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@adelton please test and confirm this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
thx I'll merge the PR as soon as @adelton has confirmed that it's working for him. |
I've backported the patch to 0.5 to test on my 0.5 setup, I tried it both with |
thx for testing! |
PR based on #235