kbase / blobstore

Simple S3 backed file storage.
MIT License
0 stars 3 forks source link

Add start of auth handler #26

Closed MrCreosote closed 5 years ago

MrCreosote commented 5 years ago

Still lots to do here, but this commit is already pretty big.

Adds an auth controller to allow using the KBase auth service in test mode.

codecov[bot] commented 5 years ago

Codecov Report

Merging #26 into master will decrease coverage by 4.5%. The diff coverage is 41.86%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #26      +/-   ##
=========================================
- Coverage   84.21%   79.7%   -4.51%     
=========================================
  Files           6       7       +1     
  Lines         361     404      +43     
=========================================
+ Hits          304     322      +18     
- Misses         44      64      +20     
- Partials       13      18       +5
Impacted Files Coverage Δ
auth/kbase_provider.go 41.86% <41.86%> (ø)

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 abf9693...cb278cc. Read the comment docs.