apigee / istio-mixer-adapter

Apigee's Istio Mixer Adapter
Apache License 2.0
52 stars 21 forks source link

api keys now cached while disconnected #306

Closed theganyo closed 5 years ago

theganyo commented 5 years ago

api keys renewed in background move auth config and add api key cache duration improved auth status codes and messages improved logging

codecov-io commented 5 years ago

Codecov Report

Merging #306 into master will decrease coverage by 1%. The diff coverage is 77%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #306    +/-   ##
======================================
- Coverage      81%    81%   -<1%     
======================================
  Files          22     22            
  Lines        1675   1726    +51     
======================================
+ Hits         1356   1392    +36     
- Misses        197    208    +11     
- Partials      122    126     +4
Impacted Files Coverage Δ
adapter/util/looper.go 90% <ø> (+2%) :arrow_up:
adapter/util/backoff.go 95% <100%> (+18%) :arrow_up:
adapter/grpc_adapter.go 78% <50%> (ø) :arrow_down:
adapter/adapter.go 84% <60%> (-2%) :arrow_down:
adapter/auth/context.go 78% <67%> (-4%) :arrow_down:
adapter/auth/verify_api_key.go 83% <79%> (-5%) :arrow_down:
adapter/auth/auth.go 88% <85%> (ø) :arrow_down:

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 3f42dfb...8985437. Read the comment docs.