jborean93 / pyspnego

Python SPNEGO authentication library
MIT License
52 stars 11 forks source link

Lookup principal in Keytab credential #32

Closed jborean93 closed 2 years ago

jborean93 commented 2 years ago

If no principal is specified in the keytab it will select the principal of the first entry of that keytab.

codecov[bot] commented 2 years ago

Codecov Report

Merging #32 (465abdb) into main (16d2dd4) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #32   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files          29       29           
  Lines        4202     4210    +8     
=======================================
+ Hits         4201     4209    +8     
  Misses          1        1           
Flag Coverage Δ
macOS 93.99% <66.66%> (-0.06%) :arrow_down:
py3.10 99.95% <100.00%> (+<0.01%) :arrow_up:
py3.6 99.97% <100.00%> (+<0.01%) :arrow_up:
py3.7 99.95% <100.00%> (+<0.01%) :arrow_up:
py3.8 99.95% <100.00%> (+<0.01%) :arrow_up:
py3.9 99.95% <100.00%> (+<0.01%) :arrow_up:
ubuntu 96.50% <100.00%> (+<0.01%) :arrow_up:
windows 94.15% <16.66%> (-0.16%) :arrow_down:
x64 99.97% <100.00%> (+<0.01%) :arrow_up:
x86 94.13% <16.66%> (-0.16%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/spnego/_credential.py 100.00% <100.00%> (ø)
src/spnego/_gss.py 99.67% <100.00%> (+<0.01%) :arrow_up:

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 16d2dd4...465abdb. Read the comment docs.