Expected behavior
running as smoothly as it can
Actual behavior
get error when run a python script to assume role to aws account in a docker container.
An error occurred (SignatureDoesNotMatch) when calling the GetUser operation: Signature expired: 20160802T002147Z is now earlier than 20160802T003704Z (20160802T005204Z - 15 min.)
Information
latest version docker for mac.
Have this issue from beta 16 or beta 17, didn’t see this error before beta 15
Steps to reproduce the behavior
Not sure how to reproduce the error. We have a python script (with boto) to assume role to aws account. Sometime got this error:
An error occurred (SignatureDoesNotMatch) when calling the GetUser operation: Signature expired: 20160802T002147Z is now earlier than 20160802T003704Z (20160802T005204Z - 15 min.)
Any time when I see this error, I have to restart docker service, and the problem is disappeared.