Skip to content

Commit d636ae5

Browse files
committed
Add missing entitlement to repository-azure (elastic#128047)
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 ded53a3 commit d636ae5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/changelog/128047.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 128047
2+
summary: Add missing entitlement to `repository-azure`
3+
area: Snapshot/Restore
4+
type: bug
5+
issues:
6+
- 128046

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

+2
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)