Skip to content
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

Support bearer token issuer #446

Merged
merged 2 commits into from
Mar 5, 2024

acl: Support `issuer` field in bearer token

c97dae0
Select commit
Loading
Failed to load commit list.
Merged

Support bearer token issuer #446

acl: Support `issuer` field in bearer token
c97dae0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 4, 2024 in 0s

51.79% (+0.05%) compared to cb87bbd

View this Pull Request on Codecov

51.79% (+0.05%) compared to cb87bbd

Details

Codecov Report

Attention: Patch coverage is 61.53846% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 51.79%. Comparing base (cb87bbd) to head (c97dae0).

Files Patch % Lines
acl/convert.go 50.00% 2 Missing and 3 partials ⚠️
acl/types.go 33.33% 4 Missing ⚠️
acl/grpc/types.pb.go 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #446      +/-   ##
==========================================
+ Coverage   51.74%   51.79%   +0.05%     
==========================================
  Files         159      159              
  Lines       19841    19866      +25     
==========================================
+ Hits        10266    10290      +24     
+ Misses       8800     8798       -2     
- Partials      775      778       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.