Skip to content

Commit d2d07dc

Browse files
committed
Add missing entitlement to repository-azure
This entitlement is required, but only if validating the metadata endpoint against `https://login.microsoft.com/` which isn't something we can do in a test. Kind of a SDK bug, we should be using an existing event loop rather than spawning threads randomly like this.
1 parent d07ec0c commit d2d07dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/repository-azure/src/main/plugin-metadata/entitlement-policy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ com.azure.identity:
1616
mode: read
1717
reactor.core:
1818
- manage_threads
19+
reactor.netty.core:
20+
- manage_threads # https://github.com/elastic/elasticsearch/issues/128046

0 commit comments

Comments
 (0)