Centralize transport identity propagation - #6477
Conversation
Signed-off-by: Craig Perkins <craig5008@gmail.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6477 +/- ##
==========================================
+ Coverage 75.78% 75.83% +0.04%
==========================================
Files 457 458 +1
Lines 30556 30580 +24
Branches 4630 4622 -8
==========================================
+ Hits 23158 23189 +31
+ Misses 5274 5270 -4
+ Partials 2124 2121 -3
🚀 New features to boost your workflow:
|
Summary
TransportIdentityContextas the single owner of transport identity propagationTesting
./gradlew test --tests org.opensearch.security.transport.TransportIdentityContextTests --tests org.opensearch.security.transport.SecurityInterceptorTests./gradlew checkstyleMain checkstyleTest spotlessJavaCheckThis PR is independent from #6476. That PR contains only broader readability cleanup; this PR isolates the transport identity protocol itself.