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:
David Turner 2025-05-14 09:28:15 +01:00 committed by GitHub
parent 1dd41ec2b6
commit cd1fa77990
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,6 @@
pr: 128047
summary: Add missing entitlement to `repository-azure`
area: Snapshot/Restore
type: bug
issues:
- 128046

View file

@ -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