You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/repository-azure/src/internalClusterTest/java/org/elasticsearch/repositories/azure/AzureStorageCleanupThirdPartyTests.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,10 @@
48
48
importstaticorg.hamcrest.Matchers.equalTo;
49
49
importstaticorg.hamcrest.Matchers.not;
50
50
51
+
/**
52
+
* These tests sometimes run against a genuine Azure endpoint with credentials obtained from Vault. These credentials expire periodically
53
+
* and must be manually renewed; the process is in the onboarding/process docs.
0 commit comments