Support Azure Workload Identity authentication for blob repository#21185
Support Azure Workload Identity authentication for blob repository#21185Richard-coco wants to merge 1 commit intoopensearch-project:mainfrom
Conversation
PR Reviewer Guide 🔍(Review updated until commit 84f4371)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 84f4371 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 37aa8d9
Suggestions up to commit 0fd7379
Suggestions up to commit 57fc4ad
Suggestions up to commit 82854f0
Suggestions up to commit 507f851
|
|
❌ Gradle check result for 5eebcad: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit ca4434f |
|
❌ Gradle check result for ca4434f: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit 21c33e1 |
|
❌ Gradle check result for 21c33e1: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit 19e865b |
|
❌ Gradle check result for 19e865b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit c9f8a9c |
|
❌ Gradle check result for c9f8a9c: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit c260734 |
|
❌ Gradle check result for c260734: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit 1a23e22 |
|
❌ Gradle check result for 1a23e22: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit b23522b |
|
❌ Gradle check result for b23522b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit 1f82257 |
|
❌ Gradle check result for 1f82257: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit 507f851 |
|
Persistent review updated to latest commit 82854f0 |
|
Persistent review updated to latest commit 57fc4ad |
|
Persistent review updated to latest commit 0fd7379 |
|
Persistent review updated to latest commit 37aa8d9 |
|
❌ Gradle check result for 37aa8d9: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: tangkai55 <tangkai55@jd.com>
|
Persistent review updated to latest commit 84f4371 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #21185 +/- ##
=========================================
Coverage 73.18% 73.18%
+ Complexity 72939 72926 -13
=========================================
Files 5888 5888
Lines 333169 333179 +10
Branches 48058 48060 +2
=========================================
+ Hits 243820 243841 +21
- Misses 69855 69861 +6
+ Partials 19494 19477 -17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Add support for Azure Workload Identity authentication in the Azure repository plugin.
Add configuration validation to prevent mixing Workload Identity with account key or SAS token.
Add corresponding unit tests.
Related Issues
Resolves #20789
Check List