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

Provide service accounts tokens to extensions #9618

Merged
merged 31 commits into from
Sep 22, 2023

Merge branch 'main' into issueSA

8ca2b87
Select commit
Loading
Failed to load commit list.
Merged

Provide service accounts tokens to extensions #9618

Merge branch 'main' into issueSA
8ca2b87
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 22, 2023 in 1s

71.14% (target 70.00%)

View this Pull Request on Codecov

71.14% (target 70.00%)

Details

Codecov Report

Merging #9618 (8ca2b87) into main (a63f8de) will decrease coverage by 0.01%.
Report is 5 commits behind head on main.
The diff coverage is 81.57%.

@@             Coverage Diff              @@
##               main    #9618      +/-   ##
============================================
- Coverage     71.14%   71.14%   -0.01%     
- Complexity    58164    58203      +39     
============================================
  Files          4828     4828              
  Lines        274343   274368      +25     
  Branches      39985    39989       +4     
============================================
+ Hits         195180   195191      +11     
- Misses        62764    62848      +84     
+ Partials      16399    16329      -70     
Files Changed Coverage Δ
server/src/main/java/org/opensearch/node/Node.java 85.58% <0.00%> (ø)
...a/org/opensearch/extensions/ExtensionsManager.java 44.02% <40.00%> (-0.21%) ⬇️
...ensearch/discovery/InitializeExtensionRequest.java 69.23% <62.50%> (-0.77%) ⬇️
...g/opensearch/identity/shiro/ShiroTokenManager.java 84.31% <100.00%> (+2.49%) ⬆️
...search/telemetry/tracing/OTelResourceProvider.java 100.00% <100.00%> (ø)
...etry/tracing/exporter/OTelSpanExporterFactory.java 77.77% <100.00%> (+6.34%) ⬆️
...g/opensearch/extensions/NoopExtensionsManager.java 42.85% <100.00%> (ø)
...org/opensearch/identity/noop/NoopTokenManager.java 85.71% <100.00%> (+5.71%) ⬆️
...org/opensearch/identity/tokens/BasicAuthToken.java 80.00% <100.00%> (ø)

... and 466 files with indirect coverage changes