Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap getCredentials() in a doPrivileged() block
This commit fixes an issue that was missed in elastic#22534. `AWSCredentialsProvider.getCredentials()` appears to potentially open a socket connect. This operation needed to be wrapped in `doPrivileged()`. This should fix issue elastic#23271.
- Loading branch information