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

Add runAs(Subject subject) to Client interface #16976

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Use general Client

9439a0e
Select commit
Loading
Failed to load commit list.
Open

Add runAs(Subject subject) to Client interface #16976

Use general Client
9439a0e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 8, 2025 in 1s

72.15% (target 70.00%)

View this Pull Request on Codecov

72.15% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 74.07407% with 7 lines in your changes missing coverage. Please review.

Project coverage is 72.15%. Comparing base (d7641ca) to head (9439a0e).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
...opensearch/identity/shiro/ShiroIdentityPlugin.java 0.00% 2 Missing ⚠️
.../java/org/opensearch/identity/IdentityService.java 60.00% 2 Missing ⚠️
...g/opensearch/identity/noop/NoopIdentityPlugin.java 66.66% 1 Missing ⚠️
...va/org/opensearch/plugins/IdentityAwarePlugin.java 0.00% 1 Missing ⚠️
...in/java/org/opensearch/plugins/PluginsService.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16976      +/-   ##
============================================
+ Coverage     72.11%   72.15%   +0.03%     
- Complexity    65151    65161      +10     
============================================
  Files          5299     5297       -2     
  Lines        303534   303537       +3     
  Branches      43941    43941              
============================================
+ Hits         218900   219017     +117     
+ Misses        66648    66499     -149     
- Partials      17986    18021      +35     

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