Closed kjetijor closed 4 years ago
Merging #292 into master will increase coverage by
0.06%
. The diff coverage is80.00%
.
@@ Coverage Diff @@
## master #292 +/- ##
==========================================
+ Coverage 61.87% 61.94% +0.06%
==========================================
Files 57 57
Lines 4640 4638 -2
==========================================
+ Hits 2871 2873 +2
+ Misses 1556 1553 -3
+ Partials 213 212 -1
Impacted Files | Coverage Δ | |
---|---|---|
internal/auth/configuration.go | 47.41% <ø> (+0.44%) |
:arrow_up: |
internal/auth/providers/okta.go | 60.65% <80.00%> (+0.81%) |
: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 a8f495b...db8e841. Read the comment docs.
Problem
Quickstart (and testing in practice) seems to indicate that PROVIDER_*_OKTA_SERVER should be optional, if you wish to use the default okta authorization server.
Solution
Make it optional!
Notes