forked from elastic/apm-agent-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better error handling for AWS token fetching (elastic#884)
* Better error handling for AWS token fetching It turns out for docker containers on AWS elastic beanstalk, the PUT for the token fails, and fails slowly. This is not the case for the ec2 host on which the docker container is running. This was causing issues, compounded by the fact that I didn't have `retries=False` on that call. * Add changelog * Add comments about IMDSv2
- Loading branch information
1 parent
4a1b687
commit 31f03e1
Showing
2 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters