mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-27 17:10:22 -04:00
Add missing entitlement to repository-azure
(#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.
This commit is contained in:
parent
1dd41ec2b6
commit
cd1fa77990
2 changed files with 8 additions and 0 deletions
6
docs/changelog/128047.yaml
Normal file
6
docs/changelog/128047.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
pr: 128047
|
||||
summary: Add missing entitlement to `repository-azure`
|
||||
area: Snapshot/Restore
|
||||
type: bug
|
||||
issues:
|
||||
- 128046
|
|
@ -16,3 +16,5 @@ com.azure.identity:
|
|||
mode: read
|
||||
reactor.core:
|
||||
- manage_threads
|
||||
reactor.netty.core:
|
||||
- manage_threads # https://github.com/elastic/elasticsearch/issues/128046
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue